I love maven ... not. For revision 1140310 after $ mvn clean $ mvn -U dependency:resolve I get the same errors as before.
Cheers, Andreas --- Am 27.06.2011 21:35, schrieb Enrico Daga: > On 26 June 2011 19:58, Andreas Kuckartz <[email protected]> wrote: >> $ mvn -U dependency:resolve >> >> for revision 1139850 currently results in the error below. >> >> Cheers, >> Andreas >> --- >> >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Failed to resolve artifact. >> >> Missing: >> ---------- >> 1) >> org.apache.stanbol:org.apache.stanbol.ontologymanager.ontonet:jar:0.9-SNAPSHOT >> >> Try downloading the file manually from the project website. >> >> Then, install it using the command: >> mvn install:install-file -DgroupId=org.apache.stanbol >> -DartifactId=org.apache.stanbol.ontologymanager.ontonet >> -Dversion=0.9-SNAPSHOT -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.apache.stanbol >> -DartifactId=org.apache.stanbol.ontologymanager.ontonet >> -Dversion=0.9-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] >> -DrepositoryId=[id] >> >> Path to dependency: >> 1) >> org.apache.stanbol:org.apache.stanbol.ontologymanager.web:bundle:0.9-SNAPSHOT >> 2) >> org.apache.stanbol:org.apache.stanbol.ontologymanager.ontonet:jar:0.9-SNAPSHOT >> >> ---------- >> 1 required artifact is missing. >> >> for artifact: >> >> org.apache.stanbol:org.apache.stanbol.ontologymanager.web:bundle:0.9-SNAPSHOT >> >> from the specified remote repositories: >> apache repository - snapshot repo >> (https://repository.apache.org/content/repositories/snapshots), >> central (http://repo1.maven.org/maven2), >> stlab-cnr-repo (http://stlab.istc.cnr.it/software/maven/repo), >> java.net (http://download.java.net/maven/2), >> clojars.org (http://clojars.org/repo), >> nuxeo-vendor-release >> (https://maven.nuxeo.org/nexus/content/repositories/vendor-releases), >> maven2-repository.dev.java.net (http://download.java.net/maven/2/), >> apache (http://repository.apache.org/snapshots/), >> repository-codehaus (http://repository.codehaus.org) >> >> >> > This does not happen in rev. 1140245 . Maybe was a temporary issue. > > Enrico >
