Re: svn commit: r759846 - in /maven/plugins/trunk/maven-eclipse-plugin: ./ src/main/java/org/apache/maven/plugin/eclipse/ src/test/java/org/apache/maven/plugin/eclipse/ src/test/java/org/apache/mave

2009-04-01 Thread Barrie Treloar
>> Given this is a new feature, wouldn't version 2.7 be more appropriate for >> the next release? Changed back to 2.7. (Issues in 2.7 bumped to 2.8) - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional comman

Re: [PMC] Maven Eclipse Plugin 2.6 needs adding to board report

2009-04-01 Thread Olivier Lamy
done. -- Olivier 2009/4/1 Barrie Treloar : > The Maven Eclipse Plugin has been released. > Can this get added to the next board report please. > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional comm

[PMC] Maven Eclipse Plugin 2.6 needs adding to board report

2009-04-01 Thread Barrie Treloar
The Maven Eclipse Plugin has been released. Can this get added to the next board report please. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[ANN] Maven Eclipse Plugin 2.6 Released

2009-04-01 Thread Barrie Treloar
The Maven team is pleased to announce the release of the Maven Eclipse Plugin, version 2.6 This plugin is used to generate Eclipse IDE files (*.classpath, *.wtpmodules and the .settings folder) for use with a project. http://maven.apache.org/plugins/maven-eclipse-plugin/ You should specify the v

Re: [VOTE] Release Maven Remote Resources Plugin 1.1

2009-04-01 Thread John Casey
+1 Jason van Zyl wrote: Hi, I just want to release this to fix the coupling of the exception to the maven-reporting-api which happened by mistake. Staging repo: https://repository.apache.org/content/repositories/maven-staging-002 Guide to testing staged releases: http://maven.apache.org/gui

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Olivier Lamy
2009/4/1 Jorg Heymans : > On Wed, Apr 1, 2009 at 9:33 AM, Olivier Lamy wrote: > >> Try mvn help:effective-pom I'm not sure the scm information is correct. > > I don't know what to make from the scm info, in any case it points to > a non-existing tag: > >   >     > scm:svn:http://server/svn/project

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Jorg Heymans
On Wed, Apr 1, 2009 at 9:33 AM, Olivier Lamy wrote: > Try mvn help:effective-pom I'm not sure the scm information is correct. I don't know what to make from the scm info, in any case it points to a non-existing tag: scm:svn:http://server/svn/project/tags/myparent-4/myproject scm:sv

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Jorg Heymans
Hi, beta-9 seems to have introduced something which my project cannot grok. I'm trying to do a release of my project's main pom: $mvn release:prepare -N -Darguments=-N [INFO] [ERROR] BUILD FAILURE [INFO] --

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Jorg Heymans
On Wed, Apr 1, 2009 at 9:24 AM, Olivier Lamy wrote: > Hi, > Is it a release of a project which doesn't have a scm element and use > a released parent project which has one ? > That's the exact situation yes. Is this no longer an accepted situation perhaps ? Jorg

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Olivier Lamy
2009/4/1 Jorg Heymans : > On Wed, Apr 1, 2009 at 9:24 AM, Olivier Lamy wrote: >> Hi, >> Is it a release of a project which doesn't have a scm element and use >> a released parent project which has one ? >> > > That's the exact situation yes. Is this no longer an accepted > situation perhaps ? It l

Re: [ANN] Maven Release Plugin 2.0-beta-9 Released

2009-04-01 Thread Olivier Lamy
Hi, Is it a release of a project which doesn't have a scm element and use a released parent project which has one ? -- Olivier 2009/4/1 Jorg Heymans : > Hi, > > beta-9 seems to have introduced something which my project cannot > grok. I'm trying to do a release of my project's main pom: > > $mvn