State default value for generateApplicationXml
----------------------------------------------
Key: MEAR-132
URL: http://jira.codehaus.org/browse/MEAR-132
Project: Maven 2.x Ear Plugin
Issue Type: Improvement
Environment: n/a
Reporter: Anders Hammar
The default value for the generateApplicationXml param is 'true'. But this is
not stated in the docs or when using the help goal. I believe what's missing is
this in the org.apache.maven.plugin.ear.GenerateApplicationXmlMojo class:
/**
* Whether the application.xml should be generated or not.
*
* @parameter default-value="true"
*/
private Boolean generateApplicationXml = Boolean.TRUE;
--
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