Author: mes
Date: 2010-08-03 16:02:20 -0700 (Tue, 03 Aug 2010)
New Revision: 21165

Modified:
   coreplugins/trunk/pom.xml
Log:
added cytoscape repositories

Modified: coreplugins/trunk/pom.xml
===================================================================
--- coreplugins/trunk/pom.xml   2010-08-03 22:57:30 UTC (rev 21164)
+++ coreplugins/trunk/pom.xml   2010-08-03 23:02:20 UTC (rev 21165)
@@ -62,7 +62,7 @@
           <version>2.2-beta-5</version>
           <configuration>
             <descriptorRefs>
-              <descriptorRef>project</descriptorRef>
+              <descriptorRef>jar-with-dependencies</descriptorRef>
             </descriptorRefs>
           </configuration>
           <executions>
@@ -79,6 +79,49 @@
     </pluginManagement>
   </build>
 
+  <!-- 
+       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>
       <groupId>junit</groupId>

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