Author: mes Date: 2011-08-16 10:06:19 -0700 (Tue, 16 Aug 2011) New Revision: 26569
Modified: core3/plugin-developer/trunk/pom.xml Log: added repos info Modified: core3/plugin-developer/trunk/pom.xml =================================================================== --- core3/plugin-developer/trunk/pom.xml 2011-08-16 16:55:01 UTC (rev 26568) +++ core3/plugin-developer/trunk/pom.xml 2011-08-16 17:06:19 UTC (rev 26569) @@ -21,6 +21,31 @@ <packaging>pom</packaging> + <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> + </repositories> + <build> <plugins> <plugin> -- 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.
