[ 
https://issues.apache.org/jira/browse/XMLBEANS-563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Beeker closed XMLBEANS-563.
-----------------------------------

> 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]

Reply via email to