RE: Maven parsing pom.xml incorrectly

2013-09-18 Thread Dan Taylor
Hope this helps, Dan -Original Message- From: Andrew Pennebaker [mailto:apenneba...@42six.com] Sent: Tuesday, September 17, 2013 12:55 PM To: Maven Issues Subject: Maven parsing pom.xml incorrectly I'm using Thrift in my Maven project, compiling my .thrift code to .java as part of th

RE: Maven parsing pom.xml incorrectly

2013-09-18 Thread Brian Withnell
"==gen" with note at the start of the comment along the > lines of "all instances of == within this comment must be changed to -- > when uncommenting". > > Hope this helps, > > Dan > > -----Original Message----- > From: Andrew Pennebaker [mailto:apen

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