Re: ejb manifest -- strip version numbers of dependencies

2009-03-30 Thread Dennis Lundberg
You could have a go with the 2.2-SNAPSHOT version of the plugin. That version has an updated version of Maven Archiver, which is the component that handles everything you put into the archive configuration. Michael Hüttermann wrote: Hello, I create an EJB and want to cut off the version

Re: ejb manifest -- strip version numbers of dependencies

2009-03-29 Thread Dennis Lundberg
You could have a go with the 2.2-SNAPSHOT version of the plugin. That version has an updated version of Maven Archiver, which is the component that handles everything you put into the archive configuration. Michael Hüttermann wrote: Hello, I create an EJB and want to cut off the version

ejb manifest -- strip version numbers of dependencies

2009-03-26 Thread Michael Hüttermann
Hello, I create an EJB and want to cut off the version numbers of my dependencies which are put into my manifest. I tried the following but it does not work .. the message is Failed to configure plugin parameters for: org.apache.maven.plugins:maven-ejb-plugin:2.1. How can I cut off the version