[
https://issues.apache.org/jira/browse/XMLBEANS-563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17380015#comment-17380015
]
Travis Schneeberger commented on XMLBEANS-563:
----------------------------------------------
A little late in testing but thank you very much. I just successfully upgraded
to 5.0.1 using the new xmlbeans maven plugin. The only hitch is that the
error-prone maven compiler just halts with no output and so I had to disable
it. No idea what is up with that but it's doubtful it's related to this plugin
and seems to me to be a bug outside of xmlbeans since everything compiles
normally without error prone
> apache maven plugin does not have feature parity with codehaus maven plugin
> or allow all configuration options
> --------------------------------------------------------------------------------------------------------------
>
> Key: XMLBEANS-563
> URL: https://issues.apache.org/jira/browse/XMLBEANS-563
> Project: XMLBeans
> Issue Type: Improvement
> Affects Versions: Version 5.0.0
> Reporter: Travis Schneeberger
> Assignee: Andreas Beeker
> Priority: Blocker
> Fix For: Version 5.0.1
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Upgrading to xmlbeans 5.0 requires switching to the apache xmlbeans maven
> plugin from the codehaus xmlbeans maven plugin. This was not possible for us
> as not all configuration options available in the apache plugin are available
> in the codehaus plugin. Specifically, we need to ensure that the plugin does
> not attempt to download resources. After looking at the java source for the
> plugin we noticed the following commented out lines:
> {code}
> // params.setBaseDir(null);
> // params.setJavaFiles(new File[0]);
> // params.setCompiler(null);
> // params.setMemoryInitialSize(null);
> // params.setMemoryMaximumSize(null);
> // params.setOutputJar(null);
> // params.setDownload(false);
> // params.setDebug(debug);
> // params.setExtensions(null);
> {code}
> There may be other problems as well as we weren't able to get very far in our
> upgrade process. Thanks for all your work in maintaining this project.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]