Hi,

first of all
   <dependency>
     <groupId>xmlbeans</groupId>
     <artifactId>xmlbeans</artifactId>
     <version>2.3.0</version>
   </dependency>
the groupId here _should_ be changed to 'org.apache.xmlbeans' (this was changed somewhere around version 2.2.0, check the pom file of the xmlbeans lib). it was just located in the wrong repository location

here i'm using
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
<version>2.2.0</version>

along with version 2.2.0 of the xmlbeans lib (but version 2.3.0 of the plugin should work with 2.3.0 of the lib too) when in doubt just check the pom file of your plugin and see which version it depends on.

cheers,
severin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to