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 wrote: > This mailing list is used only for automated responses from our issue tracker. > Please use [email protected] instead. > > On Tue, Sep 17, 2013 at 6:55 PM, Andrew Pennebaker > <[email protected]> wrote: > > I'm using Thrift in my Maven project, compiling my .thrift code to .java as > > part of the generate-sources step. To do this, I use the maven antrun > > plugin in my pom.xml, which executes a command line call to the thrift > > executable, and sends it the appropriate argument flags, such as "-out" and > > "--gen". > > > > However, when I comment out this plugin with the standard XML comment > > syntax <!-- ... -->, Maven fails to parse the pom file. It doesn't like the > > fact that the comment contains --gen, expecting the comment to end right > > there. > > > > Can we please improve Maven's comment syntax parsing for pom.xml? > > > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
