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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -