Hi all,
As I try to build the project by "mvn eclipse:eclipse" I got error as
follow:
[code]
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Missing:
----------
1) org.jfrog.maven.annomojo:maven-plugin-anno:jar:1.2.4
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jfrog.maven.annomojo
-DartifactId=m
aven-plugin-anno -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.jfrog.maven.annomojo
-DartifactId=mav
en-plugin-anno -Dversion=1.2.4 -Dpackaging=jar -Dfile=/path/to/file
-Durl=[url]
-DrepositoryId=[id]
[/code]
1.
I try to download the plugin manually but couldn't find the URL.
2.
I don't think it's a good idea to download the plugin manually. Maybe it's
the problem anywhere?
Regards
Thomas
--
View this message in context:
http://www.nabble.com/Missing%3A-org.jfrog.maven.annomojo%3Amaven-plugin-anno%3Ajar%3A1.2.4-tp19217580p19217580.html
Sent from the Maven - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]