To make it work you need to add this dependency

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

Pozdrawiam
Sebastian Błoch



"John Wells" <[EMAIL PROTECTED]> 
2006-01-05 22:54
Please respond to
"Maven Users List" <[email protected]>


To
"Maven Users List" <[email protected]>
cc

Subject
xmlbeans plugin








John Wells (Aziz)
[EMAIL PROTECTED]


I am trying to use the XML beans plugin from
http://mojo.codehaus.org/xmlbeans-maven-plugin/

However, I get the following:

[ERROR] BUILD ERROR
[INFO] ----------------------------------------------------------
---
[INFO] Failed to resolve artifact.

GroupId: xmlbeans
ArtifactId: xmlbeans-jsr173-api
Version: 2.0-dev

Reason: Unable to download the artifact from any repository
  xmlbeans:xmlbeans-jsr173-api:2.0-dev:jar

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  CoreRepo (http://www-tux/wls/maven2/repository)

Looks like there is a missing file in the repository.  Where is this
file supposed to live?

John Wells (Aziz)
[EMAIL PROTECTED]

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


Reply via email to