Sebastian, It shouldn't be required for the xml beans plugin. Perform an mvn -X clean install. Look for an indented list of dependencies to show up in the log and let us know if you see this dependency anywhere else in the list.
Kris On Thu, 2006-01-05 at 12:54 +0100, [EMAIL PROTECTED] wrote: > > 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
