Maven2 m2 clean:clean install packaging = jar
I am trying to build a jar file, myJar.jar. myJar has several other jar files in it's dependency list in the pom.xml. I need to deploy this .jar file to a server, but I also need the dependency jars with it...either in the same folder or in a lib folder. Is there an easy/built in way to include the dependency jar files when building a jar package? Or do I need to build my own plugin?
Thx, Eric --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
