Hi martinh,
I do as in your link [0] tells as follow. But I even got the same error.
<dependency>
<groupId>org.jfrog.maven.annomojo</groupId>
<artifactId>maven-plugin-anno</artifactId>
<version>1.2.4</version>
</dependency>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>2.3</version>
<dependencies>
<dependency>
<groupId>org.jfrog.maven.annomojo</groupId>
<artifactId>maven-plugin-tools-anno</artifactId>
<version>1.2.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
</plugins>
</build>
matinh wrote:
>
> 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/
>
>
>
--
View this message in context:
http://www.nabble.com/Missing%3A-org.jfrog.maven.annomojo%3Amaven-plugin-anno%3Ajar%3A1.2.4-tp19217580p19250075.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]