Re: [VOTE] Release Maven 3.1.1

2013-09-18 Thread Hervé BOUTEMY
I didn't have time to test this release for the moment but I updated a few days ago Maven core release instructions [1] to stage core reference documentation: http://maven.apache.org/ref/3-LATEST/ Actual state is the staging from previous release vote: it should be updated from actual tag, but I

Re: [VOTE] Release Maven 3.1.1

2013-09-18 Thread Mark Derricutt
On 19/09/2013, at 1:09 PM, Jason van Zyl wrote: > If you can reproduce it in a stand-alone example I can track it down. Or if > it's an OSS project I'll take a look. Sadly not unfortunately - 3.1.1 seems to work flawlessly fine for our main artefacts and any OSS projects I have, but something

Re: [VOTE] Release Maven 3.1.1

2013-09-18 Thread Jason van Zyl
If you can reproduce it in a stand-alone example I can track it down. Or if it's an OSS project I'll take a look. On Sep 18, 2013, at 5:45 PM, Mark Derricutt wrote: > Maybe a -1 here, not sure. I was about to +1 this from basic > builds/releases, but then needed to run some integration tests

Re: Remote Resources Plugin issue

2013-09-18 Thread Daniel Kulp
On Sep 18, 2013, at 2:04 PM, Jason van Zyl wrote: > I noticed while building on the plane today that I get this issue with the > remote-resources-plugin: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) > on project apache-mave

RE: Maven parsing pom.xml incorrectly

2013-09-18 Thread Dan Taylor
Hi Andrew, >From the XML specification, specifically the section dealing with comments >(http://www.w3.org/TR/REC-xml/#sec-comments), what you have below is not a >viable XML file: - 2.5 Comments [Definition: Comments may appear anywhere in a document outside other markup; in addition, t

RE: bug in parsing file ... comments

2013-09-18 Thread Dan Taylor
Hi Brian, >From the XML specification, specifically the section dealing with comments >(http://www.w3.org/TR/REC-xml/#sec-comments), what you have below is not a >viable XML file: - 2.5 Comments [Definition: Comments may appear anywhere in a document outside other markup; in addition, th

RE: Maven parsing pom.xml incorrectly

2013-09-18 Thread Brian Withnell
Thanks. Makes sense. On Sep 18, 2013 12:08 PM, "Dan Taylor" wrote: > Hi Andrew, > > From the XML specification, specifically the section dealing with comments > (http://www.w3.org/TR/REC-xml/#sec-comments), what you have below is not > a viable XML file: > > - > > 2.5 Comments > > [Definition

Remote Resources Plugin issue

2013-09-18 Thread Jason van Zyl
I noticed while building on the plane today that I get this issue with the remote-resources-plugin: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (default) on project apache-maven: Error rendering velocity resource. Invocation of method 'getR

maven-wagon pull request: Wagon HTTP upgraded to HttpClient 4.3

2013-09-18 Thread ok2c
GitHub user ok2c opened a pull request: https://github.com/apache/maven-wagon/pull/3 Wagon HTTP upgraded to HttpClient 4.3 Upgrades Apache HttpClient used by HTTP wagon to version 4.3 http://jira.codehaus.org/browse/WAGON-402 You can merge this pull request into a Git repos

Re: [VOTE] Release Maven 3.1.1

2013-09-18 Thread Mirko Friedenhagen
+1 (non-binding), installed this as default Maven 3 on a Jenkins installation and after upping maven-site-plugin from 3.0 to 3.3 in some projects, around 20 projects (Mostly maven and Jenkins plugin) were successfully running "mvn clean install site" (@Stephen: even with Jenkins' Maven job type!)

Re: Maven parsing pom.xml incorrectly

2013-09-18 Thread Greg Trasuk
Hi Andrew: Unfortunately, that's in the XML spec, not Maven. '--' is not permitted in comments. I'm not aware of any workaround, though I'd be interested to hear one. Putting the line that contains the offending '--' does not work. Sorry, Greg. On Wed, 2013-09-18 at 04:59, Dennis Lundberg w

Re: Maven parsing pom.xml incorrectly

2013-09-18 Thread Dennis Lundberg
This mailing list is used only for automated responses from our issue tracker. Please use us...@maven.apache.org instead. On Tue, Sep 17, 2013 at 6:55 PM, Andrew Pennebaker wrote: > I'm using Thrift in my Maven project, compiling my .thrift code to .java as > part of the generate-sources step. To