[ https://jira.codehaus.org/browse/MPCASTOR-9?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Osipov closed MPCASTOR-9. --------------------------------- Resolution: Won't Fix Please refer to https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014 if you're wondering why this issue was closed out. > Add support for the 'nodesc' option > ----------------------------------- > > Key: MPCASTOR-9 > URL: https://jira.codehaus.org/browse/MPCASTOR-9 > Project: Maven 1.x Castor Plugin > Issue Type: New Feature > Reporter: johnstok > Original Estimate: 30 minutes > Remaining Estimate: 30 minutes > > At present the 'nodesc' option is not supported on the 'castor:generate' > maven tag. This functionality could be added relatively easily by including > the following snippet on line 110 of plugin.jelly: > <j:if test="${!empty(nodesc) and !nodesc.trim().equals('false')}"> > <ant:arg value="-nodesc"/> > </j:if> > Adding the script above would enable the nodesc function as shown in the > following example: > <castor:generate > schema="example.xsd" > package="org.castor" > types="j2" > marshal="false" > nodesc="true"/> -- This message was sent by Atlassian JIRA (v6.1.6#6162)