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