[
https://issues.apache.org/jira/browse/GERONIMO-4616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rex Wang closed GERONIMO-4616.
------------------------------
Resolution: Fixed
Fix Version/s: 2.2
2.1.5
2.2 had been fixed by David.
I just removed all the hacked code(as follows) from branch 2.1 poms, and update
the xmlbeans maven plugin to 2.3.3
<!--
HACK: Copy XmlBeans generated schemas.
-->
<plugin>
<groupId>org.apache.geronimo.buildsupport</groupId>
<artifactId>buildsupport-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>copy-xmlbeans-schemas</goal>
</goals>
</execution>
</executions>
</plugin>
> Update xmlbeans plugin
> ----------------------
>
> Key: GERONIMO-4616
> URL: https://issues.apache.org/jira/browse/GERONIMO-4616
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: buildsystem
> Affects Versions: 2.1.5, 2.2
> Reporter: David Jencks
> Assignee: Rex Wang
> Fix For: 2.1.5, 2.2
>
>
> See http://jira.codehaus.org/browse/MXMLBEANS-54
> We have some hacks in our build to copy the xmlbeans generated source
> directory to somewhere eclipse will find it in order to make eclipse:eclipse
> work properly. We should check that this hack is no longer needed with the
> updated xmlbeans plugin, currently 2.3.3-SNAPSHOT.
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.