Eric Weiss wrote:


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]

There's a plugin for that in M1 called "maven-uberjar-plugin". It is not available right now in M2,
but if you want you can create a plugin for that.. :D

-allan

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to