Endless loop if a quote is missing in a @parameter expression
-------------------------------------------------------------
Key: MNG-391
URL: http://jira.codehaus.org/browse/MNG-391
Project: m2
Type: Bug
Components: maven-plugin-descriptor
Versions: 2.0-alpha-2
Reporter: Stephane Nicoll
I am working on the EAR plugin and I have this element:
/**
* The display-name element in generated <tt>application.xml</tt>.
*
* @parameter expression="${maven.ear.displayname}
* @required
* @description "display-name element in generated application.xml"
*/
private String displayName;
Note the quote missing in @parameter expression="${maven.ear.displayname}
If I try to install the plugin, m2 takes 100% of my CPU (endless loop or
something I assume). If I add the quote at the end, everything works as
expected.
--
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]