How to compile pom.xml without generating project in Maven? -
i have pom.xml file contains dependencies , files checkout svn there no no need generate project. need these libraries , files, there way them without generating project maven directory structure?
i'm not sure question want. if have pom.xml file , want download dependencies defined in it, can call
mvn dependency:copy-dependencies
for more options maven copy-dependencies task page
if asking how create pom contain no code, dependencies, can specifying pom
packaging.
Comments
Post a Comment