I actually had just found this same answer via google and was running it (and getting errors when you responded.)
The errors I am getting are: [ERROR] project-execute : common_java:common_java:jar:0.0.1 ( task-segment: [install] ) Diagnosis: The plugin 'org.codehaus.mojo:dependency-maven-plugin' does not exist or no valid version could be found This will mark the 10th or more dependency that I have had to manually pull off the http://repo1.maven.org/maven2 site... I'm suspecting something basic is missing from my system that causes maven not to find dependencies itself. As soon as I download the jar and pom and put them into the appropriate directory structure inside my repository, it then gets past the given step. Is there a particular xml file that should reside in my repository that tells maven what and where it should be looking for? Cheers, Andy >>> [EMAIL PROTECTED] 25/01/2007 11:54 a.m. >>> Unfortunately, most things are going to require manual POM modification at this point (the plugin is only up to version 0.0.10, after all). Even with the eclipse plugin you are still going to have to deal with configuring maven and it's plugins to do what you want. Anyway, see http://maven.apache.org/plugins/maven-jar-plugin/examples/executable-jar.html, and check out the other links under examples on the left if you want to do further manifest customization. On 1/24/07, adingfelder <[EMAIL PROTECTED]> wrote: > > How do I make maven set jar options like an autolaunch class, from the > eclipse plugin? > > Hopefully this is not another manual pom modicification...? > > Cheers, > > Andy > -- > View this message in context: > http://www.nabble.com/how-do-I-set-jar-options-tf3086324.html#a8575571 > Sent from the Maven Eclipse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email -- View this message in context: http://www.nabble.com/how-do-I-set-jar-options-tf3086324.html#a8594351 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
