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
"==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
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
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