[ http://jira.codehaus.org/browse/MXMLBEANS-31?page=comments#action_83574 ] Corridor Software Developer commented on MXMLBEANS-31: ------------------------------------------------------
Premchand, you just opened 3 defects over the same issue - one that is not actually a defect, but rather a feature request. If you cannot explain your need in a way that makes a compelling case for this, other than to point out that another plugin does something and the xml beans plugin should do it to, I will close all three "bugs". So please provide more information against this issue. In the mean time, I'm closing the other two. > Read Only attribute to the generated java source > ------------------------------------------------- > > Key: MXMLBEANS-31 > URL: http://jira.codehaus.org/browse/MXMLBEANS-31 > Project: Maven 2.x Xmlbeans Plugin > Issue Type: Bug > Affects Versions: 2.0 > Reporter: premchand vijayan > > Iam having the following entry in the POM.But the generated java source > files from the xsd does not have the read only attributes set. > I tried putting an entry like this <readOnly>true</readOnly>{this works with > jaxme-maven plugin} but not in xmlBeans-maven plugin. > > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>xmlbeans-maven-plugin</artifactId> > <executions> > <execution> > <goals> > <goal>xmlbeans</goal> > </goals> > </execution> > </executions> > <inherited>true</inherited> > <configuration> > <schemaDirectory>src/main/xsd</schemaDirectory> > > <sourceGenerationDirectory>${project.build.directory}/generated-sources/java</sourceGenerationDirectory> > </configuration> > </plugin> -- 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 from this list please visit: http://xircles.codehaus.org/manage_email
