[RESULT] [VOTE] Release Maven Release version 2.0 (take 2)

2010-02-10 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Benjamin Bentmann, Arnaud Héritier, Olivier Lamy, John Casey, Brett Porter, Dennis Lundberg +1 (non binding): Stephen Connolly I will promote the artifacts to the central repo. On 2010-02-07 00:12, Dennis Lundberg wrote: > Hi, >

Re: [VOTE] Release Maven Release version 2.0 (take 2)

2010-02-10 Thread Dennis Lundberg
+1 On 2010-02-07 00:12, Dennis Lundberg wrote: > Hi, > > This vote is for the entire Maven Release project, which includes Maven > Release Manager and Maven Release Plugin. > > The source bundle now correctly runs 'maven test'. > > We solved 31 issues: > http://jira.codehaus.org/secure/ReleaseN

Re: [continuum] BUILD FAILURE: Maven Plugins - Maven Changelog Plugin - default maven2 buildDefinition

2010-02-10 Thread Dennis Lundberg
This is because maven-remote-resources-plugin:1.1 requires Java 1.5, and this Builder is using Java 1.4. On 2010-02-10 12:37, contin...@vmbuild.apache.org wrote: > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=282248&projectId=1251 > > Build statistics: > Sta

Re: annotations support in compiler mojo

2010-02-10 Thread Mark Hobson
Late reply on this one, but I'm certainly interested in seeing apt support added to maven-compiler-plugin. There is already a separate plugin for apt over at Mojo, apt-maven-plugin [1]. I worked on this a while back to get it into shape and am currently using it in production. I'd be happy to se

Re: Problem with wsdl2code

2010-02-10 Thread Wayne Fay
> Internal error in the plugin manager executing goal > 'org.apache.axis2:axis2-wsdl2code-maven-plugin:1.4.1:wsdl2code': Unable to > find the mojo > 'org.apache.axis2:axis2-wsdl2code-maven-plugin:1.4.1:wsdl2code' in the Sounds like an issue in the plugin. I'd report it to the Axis2 team and see wh

Re: annotations support in compiler mojo

2010-02-10 Thread nicolas de loof
Would such a dedicated plugin only apply annotation processing or replace compiler plugin ? This may implies duplicate configuration for compiler + annotation-processing plugins. Also consider slower build process as javac will need to parse source code 2 times. (late) +1 for annotations support i

Re: annotations support in compiler mojo

2010-02-10 Thread Brian Fox
Does it make sense to create a plugin specifically for annotation processing? On Sat, Jan 30, 2010 at 3:06 AM, Milos Kleint wrote: > can I read silence as lazy consensus to add annotation processing to the > compiler plugin? > > Milos > > On Mon, Jan 25, 2010 at 2:48 PM, Milos Kleint wrote: > >>

Re: [VOTE] Release Maven Release version 2.0 (take 2)

2010-02-10 Thread Stephen Connolly
+1, tested on complex work project and was fine -Stephen On 6 February 2010 23:12, Dennis Lundberg wrote: > Hi, > > This vote is for the entire Maven Release project, which includes Maven > Release Manager and Maven Release Plugin. > > The source bundle now correctly runs 'maven test'. > > We

Problem with wsdl2code

2010-02-10 Thread Harlan Gray
Hi, I am building a web service project using Maven 2.0.9 and Netbeans IDE 6.8. When I run my project I get the following log with an error at the end. The same project builds properly on another machine without an issue. Can someone tell me why this is? Appreciate your help very much. thanks Har