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:
am i missing somthing or the artifact is not available on the repo?Code: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] ------------------------------------------------------------------------
thanks for the contribsCode:Not Found The requested URL /maven2/org/safehaus/jug/jug/2.0.0/jug-2.0.0.jar was not found on this server.
please notify me if i can take over any taks related to mavenizing
cheers Yassine


