Author: jm
Date: 2012-03-23 09:47:18 -0700 (Fri, 23 Mar 2012)
New Revision: 28626
Modified:
core3/app-developer/trunk/pom.xml
Log:
Fixes #819: Updated artifact names of distribution zip/tar files
Modified: core3/app-developer/trunk/pom.xml
===================================================================
--- core3/app-developer/trunk/pom.xml 2012-03-23 11:41:51 UTC (rev 28625)
+++ core3/app-developer/trunk/pom.xml 2012-03-23 16:47:18 UTC (rev 28626)
@@ -31,7 +31,7 @@
<enabled>false</enabled>
</releases>
<name>Cytoscape Snapshots</name>
-
<url>http://cytoscape.wodaklab.org/nexus/content/repositories/snapshots/</url>
+
<url>http://code.cytoscape.org/nexus/content/repositories/snapshots/</url>
</repository>
<repository>
<id>cytoscape_releases</id>
@@ -130,7 +130,7 @@
<outputDirectory>${project.build.directory}</outputDirectory>
<resources>
<resource>
-
<directory>${project.build.directory}/tmp/cytoscape-${project.version}</directory>
+
<directory>${project.build.directory}/tmp/cytoscape-${distribution.suffix}-${project.version}</directory>
</resource>
</resources>
</configuration>
@@ -161,7 +161,6 @@
</execution>
</executions>
</plugin>
-
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
@@ -222,6 +221,7 @@
</activation>
<properties>
<distribution.type>tar.gz</distribution.type>
+ <distribution.suffix>unix</distribution.suffix>
</properties>
</profile>
<profile>
@@ -233,6 +233,7 @@
</activation>
<properties>
<distribution.type>zip</distribution.type>
+ <distribution.suffix>windows</distribution.suffix>
</properties>
</profile>
</profiles>
--
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.