I have pom.xml file that contains dependencies and files to checkout from svn so there is no no need to generate project. I just need these libraries and those files, so is there any way to get them without generating a project with maven directory structure?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I'm not sure from your question what do you want. If you have pom.xml file and you want to download all dependencies defined in it, you can call
For more options look maven copy-dependencies task page If you are asking how to create pom that will contain no code, but only dependencies, you can do that by specifying |
|||
|
|