[ http://jira.codehaus.org/browse/MSUREFIRE-64?page=comments#action_59866 ]
Vincent Massol commented on MSUREFIRE-64: ----------------------------------------- Dan, as I mentioned in the description of this issue, have you kept the new way of defining properties? I think it's much better (more compact) and I've already modified my projects to use this new way... The POM file I have migrated was reduced by 90 lines which is always nice! Thanks > Old syntax for specifying system properties should still be supported > --------------------------------------------------------------------- > > Key: MSUREFIRE-64 > URL: http://jira.codehaus.org/browse/MSUREFIRE-64 > Project: Maven 2.x Surefire Plugin > Type: Bug > Versions: 2.1.3 > Reporter: Vincent Massol > Assignee: Dan Tran > Fix For: 2.1.3 > > > The old syntax is: > <property> > <name>myprop</name> > <value>myvalue</value> > </property> > New syntax (the one currently in SVN trunk): > <myprop>myvalue</myprop> > I much prefer the new compact syntax but we should offer backward > compatibility for existing users. > Please keep the new syntax somehow though (I've modified my builds to use it > and I would hate to have to go back to the old syntax! :-)). > Thanks -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
