Author: mes
Date: 2010-07-31 16:37:27 -0700 (Sat, 31 Jul 2010)
New Revision: 21109

Modified:
   cytoscape/trunk/pom.xml
Log:
added our repository pom file

Modified: cytoscape/trunk/pom.xml
===================================================================
--- cytoscape/trunk/pom.xml     2010-07-31 00:21:05 UTC (rev 21108)
+++ cytoscape/trunk/pom.xml     2010-07-31 23:37:27 UTC (rev 21109)
@@ -135,6 +135,46 @@
         </pluginRepository>
     </pluginRepositories>
 
+  <!-- 
+       Don't add additional repositories!  
+       We want everything coming from either Maven Central or our repository. 
+          Remember, it's easy to add third party jars to our repository.
+  -->
+  <repositories>
+      <repository>
+          <id>cytoscape_snapshots</id>
+          <snapshots>
+            <enabled>true</enabled>
+          </snapshots>
+          <releases>
+            <enabled>false</enabled>
+          </releases>
+          <name>Cytoscape Snapshots</name>
+          
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
+       </repository>
+       <repository>
+          <id>cytoscape_releases</id>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <name>Cytoscape Releases</name>
+          
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/releases/</url>
+       </repository>
+       <repository>
+          <id>cytoscape_thirdparty</id>
+          <snapshots>
+            <enabled>false</enabled>
+          </snapshots>
+          <releases>
+            <enabled>true</enabled>
+          </releases>
+          <name>Cytoscape Third Party</name>
+          
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/thirdparty/</url>
+       </repository>
+  </repositories>
 
   <dependencies>
     <dependency>

-- 
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.

Reply via email to