[ http://jira.codehaus.org/browse/MXMLBEANS-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
S Nambiar closed MXMLBEANS-63. ------------------------------ Resolution: Not A Bug after removing the </id> tag from the following element it worked. <executions> <execution> <id /> > xmlbean-2.3.3 does not work with Maven-3 when using the build element given > in the description > ---------------------------------------------------------------------------------------------- > > Key: MXMLBEANS-63 > URL: http://jira.codehaus.org/browse/MXMLBEANS-63 > Project: Maven 2.x Xmlbeans Plugin > Issue Type: Bug > Affects Versions: 2.3.2, 2.3.3 > Environment: windows-xp professional, jdk-1.5, Maven-3 > Reporter: S Nambiar > > <build> > <plugins> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>xmlbeans-maven-plugin</artifactId> > <version>2.3.3</version> > <executions> > <execution> > <id /> > <phase>generate-sources</phase> > <goals> > <goal>xmlbeans</goal> > </goals> > </execution> > </executions> > <configuration> > <schemaDirectory>src/main/wsdl</schemaDirectory> > > <staleFile>${project.build.directory}/generated-sources/xmlbeans/.staleFlag</staleFile> > > <verbose>false</verbose> > <quiet>false</quiet> > <javaSource>1.5</javaSource> > <defaultXmlConfigDir implementation="java.io.File" > default-value="src/main/xsdconfig"></defaultXmlConfigDir> > <mdefNamespaces> > > <mdefNamespace>urn://mycompany.com/AA</mdefNamespace> > > <mdefNamespace>urn://mycompany.com/BB</mdefNamespace> > </mdefNamespaces> > </configuration> > </plugin> > </plugins> > </build> -- 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