PDA

View Full Version : An other missing artifact


elassad
11-12-2007, 06:48 PM
hi Group,

im really glad that the mavenization progress get started, here is my first contribution to the group:

i have checked out the trunk/maven/maven to pentaho according to the wiki artikel
and started the mvn compile which ends with the following errors:



Downloading: http://repo1.maven.org/maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.jar
Downloading: http://repository.jboss.org/maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.jar
Downloading: http://www.jasperforge.org/maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.jar
Downloading: http://repository.atlassian.com/maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.jar
Downloading: http://team.andromda.org/maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.safehaus.jug:jug:jar:2.0.0

Try downloading the file manually from:
http://jug.safehaus.org/

Then, install it using the command:
mvn install:install-file -DgroupId=org.safehaus.jug -DartifactId=jug \
-Dversion=2.0.0 -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.safehaus.jug -DartifactId=jug \
-Dversion=2.0.0 -Dpackaging=jar -Dfile=/path/to/file \
-Durl=[url] -DrepositoryId=[id]

Path to dependency:
1) org.pentaho:pentaho-util:jar:1.6-SNAPSHOT
2) org.safehaus.jug:jug:jar:2.0.0

----------
1 required artifact is missing.

for artifact:
org.pentaho:pentaho-util:jar:1.6-SNAPSHOT

from the specified remote repositories:
jboss maven repo (http://repository.jboss.org/maven2),
Team Andromoda maven repo (http://team.andromda.org/maven2),
Atlassian maven repo (http://repository.atlassian.com/maven2),
central (http://repo1.maven.org/maven2),
jasperforge maven repo (http://www.jasperforge.org/maven2)


[INFO] ------------------------------------------------------------------------



am i missing somthing or the artifact is not available on the repo?


Not Found

The requested URL /maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.jar was not found on this server.


thanks for the contribs
please notify me if i can take over any taks related to mavenizing

cheers Yassine

dhartford
11-16-2007, 09:47 AM
Looks like the POM exists, but the jar is not shared.

If someone took the time to put up a POM, it usually means either the owner of the project has not provided permission and/or there is a conflicting license with ibiblio (like the SUN jars).