for me, as an eclipse user, I do not use command line maven, so I (and other eclipse users) need to have the plugin work from the pom.
Because of that, I was hoping for a pom based example in the usage page. Cheers, Andy Torsten Curdt wrote: > > > On 30.01.2007, at 01:03, adingfelder wrote: > >> >> I like the looks of minijar's createUeberJarbut their documentation is >> lacking. > > What information do you need beside this? > > http://mojo.codehaus.org/minijar-maven-plugin/usage.html > >> Do you know what I need to put in my pom to make it work? > > You could specify that plugin via POM but you might want to just > install it as you just call it on the project. > > maven -DartifactId=ARTIFACTID -DgroupId=GROUPID -Dversion=VERSION > plugin:download > > http://svn.codehaus.org/mojo/tags/minijar-maven-plugin-1.0-alpha-1/ > pom.xml > > ...will add this to the docs, thanks! > > cheers > -- > Torsten > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/merging-jars-tf3138947s177.html#a8954231 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
