Hi. When i'm using xmlbeans plugin, i'm getting this error:
Downloading: http://repo1.maven.org/maven2/xmlbeans/xmlbeans-jsr173-api/2.0-dev/xmlbeans-jsr173-api-2.0-dev.jar
[WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
[INFO] ----------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
required artifacts missing:
xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev
I can't find any place where i could find this jar.
At xmlbeans-maven-plugin-2.0.pom i've founded:
dependency>
<groupId>stax</groupId>
<artifactId>stax</artifactId>
<version>1.1.1-dev</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xmlbeans-jsr173-api</artifactId>
<groupId>xmlbeans</groupId>
</exclusion>
</exclusions>
</dependency>
If it is excluded, why it is required?
Pozdrawiam
Sebastian Błoch
- [mojo-user] xmlbeans-jsr173-api is missing - pr... S . Bloch
- Re: [mojo-user] xmlbeans-jsr173-api is mis... Kris Bravo
- Re: [mojo-user] xmlbeans-jsr173-api is... Ludde (sent by Nabble.com)
- Re: [mojo-user] xmlbeans-jsr173-ap... Greg Bowyer
