> What I like to see is when packaging my application, my app should include > log4j.jar file. I request you to let me know what change I should make on > pom.xml to include log4j.jar in the application jar.
Most people use the assembly plugin to create a zip file containing their project jar(s) as well as the jars of their dependencies. This is well documented in the plugin docs on the Maven site, as well as in the Better Builds with Maven free ebook. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
