Created
October 5, 2011 10:02
-
-
Save olamy/1264083 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pom.xml b/pom.xml | |
index ce69d9a..01f13ef 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -957,4 +957,16 @@ | |
<url>http://jvz.io:8081/nexus/content/repositories/releases/</url> | |
</repository> | |
</repositories> | |
+ <pluginRepositories> | |
+ <pluginRepository> | |
+ <id>us3.maven.org</id> | |
+ <url>http://us3.maven.org:8081/nexus/content/repositories/snapshots/</url> | |
+ <releases> | |
+ <enabled>false</enabled> | |
+ </releases> | |
+ <snapshots> | |
+ <enabled>true</enabled> | |
+ </snapshots> | |
+ </pluginRepository> | |
+ </pluginRepositories> | |
</project> | |
but still | |
[INFO] Scanning for projects... | |
wagon http use multi threaded http connection manager maxPerRoute 20, max total 40 | |
Downloading: http://us3.maven.org:8081/nexus/content/repositories/snapshots/org/eclipse/tesla/plugins/tesla-proviso-plugin/0.0.5-SNAPSHOT/maven-metadata.xml | |
Downloaded: http://us3.maven.org:8081/nexus/content/repositories/snapshots/org/eclipse/tesla/plugins/tesla-proviso-plugin/0.0.5-SNAPSHOT/maven-metadata.xml (795 B at 1.4 KB/sec) | |
Downloading: http://us3.maven.org:8081/nexus/content/repositories/snapshots/org/eclipse/proviso/proviso/0.0.5-SNAPSHOT/maven-metadata.xml | |
Downloaded: http://us3.maven.org:8081/nexus/content/repositories/snapshots/org/eclipse/proviso/proviso/0.0.5-SNAPSHOT/maven-metadata.xml (603 B at 1.9 KB/sec) | |
Downloading: http://repo1.maven.apache.org/maven2/org/eclipse/tesla/tesla/3/tesla-3.pom | |
[ERROR] The build could not read 1 project -> [Help 1] | |
[ERROR] | |
[ERROR] The project org.apache.maven:tesla:3.0.4-SNAPSHOT (/Users/olamy/dev/sources/etesla/tesla/apache-maven/pom.xml) has 1 error | |
[ERROR] Unresolveable build extension: Plugin org.eclipse.tesla.plugins:tesla-proviso-plugin:0.0.5-SNAPSHOT or one of its dependencies could not be resolved: Failed to collect dependencies for org.eclipse.tesla.plugins:tesla-proviso-plugin:jar:0.0.5-SNAPSHOT (): Failed to read artifact descriptor for org.eclipse.tesla.plugins:tesla-proviso-plugin:jar:0.0.5-SNAPSHOT: Could not find artifact org.eclipse.tesla:tesla:pom:3 in central (http://repo1.maven.apache.org/maven2) -> [Help 2] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[ERROR] | |
[ERROR] For more information about the errors and possible solutions, please read the following articles: | |
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException | |
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionException |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment