I've tested this patch and applied it with a minor change : separator for groupId and artifactId is ":", as used by other maven plugins (see maven-assembly-plugin)
Nico. 2008/1/31, Jim Sellers <[EMAIL PROTECTED]>: > > Do you know if there are plans to include MECLIPSE-79 in 2.5? I believe > that it's the most voted for issue and it has a patch attached. > http://jira.codehaus.org/browse/MECLIPSE-79 > > Or does anyone know why it's applied? > > Thanks for your time, > Jim > > > On 1/31/08, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > We fixed a lot of issues for the version 2.5 of the eclipse plugin and > > we'll launch the vote to release it in few days. > > In this version we improved a lot the support for RAD 6 / RAD 7 and we > > added new features like WTP 2.0 support, MyEclipse > > support, dependencies > > to projects in your projects, ... and more. > > You can find the complete change log here : > > > > > http://jira.codehaus.org/browse/MECLIPSE?report=com.atlassian.jira.plugin.system.project:roadmap-panel > > If you want to test it before the launch of the vote you have to > define > > and activate this profile : > > > > <profile> > > <id>apache.snapshots</id> > > <repositories> > > <repository> > > <releases> > > <enabled>false</enabled> > > </releases> > > <snapshots/> > > <id>apache.snapshots</id> > > <name>Maven Snapshots</name> > > <url>http://people.apache.org/maven-snapshot-repository</url> > > </repository> > > </repositories> > > <pluginRepositories> > > <pluginRepository> > > <releases> > > <enabled>false</enabled> > > </releases> > > <snapshots/> > > <id>apache.plugin.snapshots</id> > > <name>Maven Plugin Snapshots</name> > > <url>http://people.apache.org/maven-snapshot-repository</url> > > </pluginRepository> > > </pluginRepositories> > > </profile> > > > > And then you can call this command : > > > > mvn org.apache.maven.plugins:maven-eclipse-plugin:2.5-SNAPSHOT:eclipse > > > > (or another mojo). > > > > The documentation of the 2.5 was previously deployed by error, thus I > just > > updated it to give you the new version. > > > > Cheers, > > > > Arnaud > > > > -- > > .......................................................... > > Arnaud HERITIER > > .......................................................... > > OCTO Technology - aheritier AT octo DOT com > > www.octo.com | blog.octo.com > > .......................................................... > > ASF - aheritier AT apache DOT org > > www.apache.org | maven.apache.org > > ........................................................... > > >
