On Friday 29 August 2008 thomas2004 wrote: > 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
You get this because the maven-plugin-anno is not in maven's central repository. According to [0] your can configure maven to use JFrog's repository which would be the best option. Unfortunately this repo seems to be broken at the moment. As an alternative you can download the ZIP file as also explained on the page mentioned above [0] and extract it into your local repository (~/.m2/repository on unix). hth, - martin [0] http://www.jfrog.org/sites/mvn-anno-mojo/latest/
signature.asc
Description: This is a digitally signed message part.
