Reason: Unable to download the artifact from any repository
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=javax.persistence
-DartifactId=persistence-api -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file
Hi,
I have just updated my workspace and see the following when I run
"mvn install" or "mvn -U install". Any idea?
Thanks.
Shing Wai Chan
-----
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=javax.persistence
-DartifactId=persistence-api -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]