> I added the maven-assembly-plugin as described here: > http://stackoverflow.com/questions/574594/how-can-i-create-an-executable-jar-with-dependencies-using-maven > and now the dependencies are bundled within the jar. Thanks for your help
This is a fine approach. I still maintain the exec plugin is a great option for these types of uses - so long as you (the developer) are the one who needs to run the app. If you want to deliver it to a third-party in a single executable jar format, then assembly and other plugins are generally superior. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
