[INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building dependency-resolution-bug [INFO] task-segment: [org.apache.maven.plugins:maven-dependency-plugin:2.0:tree] [INFO] ------------------------------------------------------------------------ Downloading: http://download.java.net/maven/1//com.sun.xml.bind/poms/jaxb-impl-2.0.5.pom 656b downloaded Downloading: http://download.java.net/maven/1//javax.activation/poms/activation-1.0.2.pom Downloading: http://redacted:8081/nexus/content/repositories/central/javax/activation/activation/1.0.2/activation-1.0.2.pom 776b downloaded Downloading: http://download.java.net/maven/1//javax.activation/jars/activation-1.0.2.jar Downloading: http://redacted:8081/nexus/content/repositories/central/javax/activation/activation/1.0.2/activation-1.0.2.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. Missing: ---------- 1) javax.activation:activation:jar:1.0.2 Try downloading the file manually from: http://java.sun.com/products/javabeans/glasgow/jaf.html Then, install it using the command: mvn install:install-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=javax.activation -DartifactId=activation -Dversion=1.0.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) org.mule:dependency-resolution-bug:jar:1.0-SNAPSHOT 2) org.apache.cxf:cxf-rt-frontend-simple:jar:2.0.8 3) javax.xml.soap:saaj-api:jar:1.3 4) javax.activation:activation:jar:1.0.2 ---------- 1 required artifact is missing. for artifact: org.mule:dependency-resolution-bug:jar:1.0-SNAPSHOT from the specified remote repositories: redacted-nexus-central (http://redacted:8081/nexus/content/repositories/central) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2 seconds [INFO] Finished at: Fri Oct 03 12:52:57 CDT 2008 [INFO] Final Memory: 7M/13M [INFO] ------------------------------------------------------------------------