google salve - maven
Posted
by chris-gr
on Stack Overflow
See other posts from Stack Overflow
or by chris-gr
Published on 2010-05-19T12:07:39Z
Indexed on
2010/05/19
12:10 UTC
Read the original article
Hit count: 184
Hi all,
I tried to install google salve http://code.google.com/p/salve/ by adding following statements in the project's pom file: However, when running mvn dependency:resolve it states "unable to find resource "salve:salve:jar:2.0" in repository salve
What's wrong?
<dependency>
<groupId>salve</groupId>
<artifactId>salve</artifactId>
<version>2.0</version>
</dependency>
<repository>
<id>salve</id>
<name>Google Maven Repository</name>
<url>http://salve.googlecode.com/svn/maven2/</url>
</repository>
© Stack Overflow or respective owner