XMLBeans plugin xmlConfig property does not work with reactor
-------------------------------------------------------------

         Key: MNG-1023
         URL: http://jira.codehaus.org/browse/MNG-1023
     Project: Maven 2
        Type: Bug
    Versions: 2.0-beta-1    
 Reporter: mike perham


I'm using the maven-xmlbeans-plugin available at 
https://svn.codehaus.org/mojo/trunk/mojo/.  XMLBeans allow you to define 
*.xsdconfig files to change the package names of the generated Java from your 
schema namespace.  The plugin currently allows you to specify a list of configs 
like so:

<xmlConfigs>
  
src/schema/catalog.xsdconfig,src/schema/inbox.xsdconfig,src/schema/prism.xsdconfig,
  
src/schema/remote_import.xsdconfig,src/schema/remote_publish.xsdconfig,src/schema/remote_search.xsdconfig,
  
src/schema/security.xsdconfig,src/schema/support.xsdconfig,src/schema/uddiv2.xsdconfig,
  src/schema/uddiv3.xsdconfig
</xmlConfigs>

The XMLBeans ant task allows you to specify src/schema/*.xsdconfig (which I 
would prefer instead of the behemoth above) but the real problem is that these 
relative paths don't work with multiproject reactor builds.

-- 
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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to