Yes spotted that, was hoping there might be another repository somewhere or that the jar file could be put in the public repo.
-Micke On 17/05/06, Tim Kettler <[EMAIL PROTECTED]> wrote:
Hi, there is no artifact at http://repo1.maven.org/maven2/xmlbeans/xmlbeans-jsr173-api/2.0-dev/ so I think you have to install it in your local repo by hand. -Tim Mikael Andersson schrieb: > Hi > > Just ran a "mvn -U idea:idea" and the updated plugin fails to build! With > the below error message: > > [ERROR] BUILD ERROR > [INFO] > ------------------------------------------------------------------------ > [INFO] Failed to resolve artifact. > > Missing: > ---------- > 1) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev > > Try downloading the file manually from the project website. > > Then, install it using the command: > mvn install:install-file -DgroupId=xmlbeans > -DartifactId=xmlbeans-jsr173-api \ > -Dversion=2.0-dev -Dpackaging=jar -Dfile=/path/to/file > > Path to dependency: > 1) org.apache.maven.plugins:maven-idea-plugin:maven-plugin:2.0 > 2) dom4j:dom4j:jar:1.6.1 > 3) stax:stax-api:jar:1.0 > 4) xmlbeans:xmlbeans-jsr173-api:jar:2.0-dev > > ---------- > 1 required artifact is missing. > > I know I can sort it out by install downloading and installing the jar > files > manually, but is there another solution? > > Thanks > Mikael > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
