Re: [ANN] Maven Release Plugin 2.2.2 Released

2011-12-16 Thread Wayne Fay
That should have been: The Maven team is pleased to announce the release of the Maven 2.x Release Plugin, version 2.2.2 Wayne On 12/16/11, sebb wrote: > On 17 December 2011 01:46, Stephen Connolly wrote: >> The Maven team is pleased to announce the release of the Maven XXX >> Plugin, version Y

Re: [ANN] Maven Release Plugin 2.2.2 Released

2011-12-16 Thread sebb
On 17 December 2011 01:46, Stephen Connolly wrote: > The Maven team is pleased to announce the release of the Maven XXX > Plugin, version Y.Z X, Y Z? > This plugin is used to release a project with Maven, saving a lot of > repetitive, manual work. Releasing a project is made in two steps: > prep

[ANN] Maven Release Plugin 2.2.2 Released

2011-12-16 Thread Stephen Connolly
The Maven team is pleased to announce the release of the Maven XXX Plugin, version Y.Z This plugin is used to release a project with Maven, saving a lot of repetitive, manual work. Releasing a project is made in two steps: prepare and perform. http://maven.apache.org/plugins/maven-release-plugin/

Re: [VOTE] Release Maven Release Plugin version 2.2.2

2011-12-16 Thread Stephen Connolly
This vote has passed: +1 (binding): Stephen Connolly, Olivier Lamy, Hervé Boutemy +1 (non-binding): Tony Chemit +0: -1: I will now proceed with the rest of the release process. -Stephen On 13 December 2011 17:20, Stephen Connolly wrote: > Hi, > > We solved 5 issues: > http://jira.codehaus.org/

Re: [VOTE] Release Maven Release Plugin version 2.2.2

2011-12-16 Thread Hervé BOUTEMY
+1 Hervé Le Mardi 13 Décembre 2011 17:20:52 Stephen Connolly a écrit : > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=H > tml&version=18224 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNav

Re: [VOTE] Release Maven Release Plugin version 2.2.2

2011-12-16 Thread Tony Chemit
On Tue, 13 Dec 2011 17:20:52 + Stephen Connolly wrote: +1 (nonbinding) thanks. Tony. > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=Html&version=18224 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.o

Re: Eclipse 3.7 cannot install "Maven SCM Handler for Subclipse" under Subclipse 1.8.4

2011-12-16 Thread zuxiong lin
It is more like a but reporter. Now subversion has updated , but the plugin version dosenot match. 2011/12/16 Barrie Treloar > On Fri, Dec 16, 2011 at 8:22 PM, zuxiong lin > wrote: > > Error log: > > Operation details > > Cannot complete the install because one or more required items could not

Re: Eclipse 3.7 cannot install "Maven SCM Handler for Subclipse" under Subclipse 1.8.4

2011-12-16 Thread Barrie Treloar
On Fri, Dec 16, 2011 at 8:22 PM, zuxiong lin wrote: > Error log: > Operation details > Cannot complete the install because one or more required items could not be > found. > Software being installed: Maven SCM handler for Subclipse > 0.13.0.201107071330 (org.sonatype.m2e.subclipse.feature.feature.

Re: [VOTE] Release Maven Release Plugin version 2.2.2

2011-12-16 Thread Olivier Lamy
+1 2011/12/13 Stephen Connolly : > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11144&styleName=Html&version=18224 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11144&status=1 >

Eclipse 3.7 cannot install "Maven SCM Handler for Subclipse" under Subclipse 1.8.4

2011-12-16 Thread zuxiong lin
Error log: Operation details Cannot complete the install because one or more required items could not be found. Software being installed: Maven SCM handler for Subclipse 0.13.0.201107071330 (org.sonatype.m2e.subclipse.feature.feature.group 0.13.0.201107071330) Missing requirement: Maven SCM Handler

NPE while auto-wiring values in a mojo

2011-12-16 Thread snambi
Hi All I have the following mojo, but the values are NOT getting set, by maven runtime. The exception trace is provided below. Have anyone faced the same problem before? public class Assembler1PackageMojo extends AbstractMojo { /** * The Ma