Author: jm
Date: 2012-06-19 10:48:09 -0700 (Tue, 19 Jun 2012)
New Revision: 29617
Modified:
core3/parent/trunk/pom.xml
Log:
Fixes #1106: Proxied EBI repository on our Nexus; updated parent POM to point
to our Nexus. Doesn't buy us much though: See #1106 for details.
Modified: core3/parent/trunk/pom.xml
===================================================================
--- core3/parent/trunk/pom.xml 2012-06-19 15:59:23 UTC (rev 29616)
+++ core3/parent/trunk/pom.xml 2012-06-19 17:48:09 UTC (rev 29617)
@@ -262,7 +262,7 @@
<repository>
<id>ebi-repo</id>
<name>The EBI internal repository</name>
- <url>http://www.ebi.ac.uk/~maven/m2repo</url>
+
<url>http://code.cytoscape.org/nexus/content/repositories/ebi/</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -270,35 +270,10 @@
<enabled>false</enabled>
</snapshots>
</repository>
-
- <repository>
- <id>ebi-repo-snapshots</id>
- <name>The EBI internal repository</name>
- <url>http://www.ebi.ac.uk/~maven/m2repo_snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </repository>
</repositories>
<pluginRepositories>
<pluginRepository>
- <id>maven2-repository.dev.java.net</id>
- <name>Java.net Maven 2 Repository</name>
- <url>http://download.java.net/maven/2</url>
- </pluginRepository>
- <pluginRepository>
- <id>ops4j-snapshots</id>
- <name>OPS4J Snapshots</name>
-
<url>https://oss.sonatype.org/content/repositories/ops4j-snapshots</url>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
- <pluginRepository>
<id>cytoscape_snapshots</id>
<snapshots>
<enabled>true</enabled>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.