Closed GoogleCodeExporter closed 8 years ago
I have created simple maven project. I have added dependency without <url> tag
and
also XNap Commons repository, but I have this error - "1/22/09 4:29:18 PM EET:
Missing artifact org.xnap.commons:gettext-commons:jar:0.9.2:compile".
<dependency>
<groupId>org.xnap.commons</groupId>
<artifactId>gettext-commons</artifactId>
<version>0.9.2</version>
</dependency>
<repositories>
<repository>
<id>xnap-commons</id>
<name>XNap Commons Repository</name>
<url>http://xnap-commons.sourceforge.net/repository</url>
</repository>
</repositories>
Original comment by promet...@gmail.com
on 22 Jan 2009 at 2:33
A new version has been released to a new repository location and the
documentation
for it has been fixed:
http://code.google.com/p/gettext-commons/wiki/MavenRepository
Original comment by berge...@gmail.com
on 2 Mar 2009 at 4:05
Original issue reported on code.google.com by
steffen....@googlemail.com
on 11 Mar 2008 at 7:21