Author: mes
Date: 2010-11-01 10:55:17 -0700 (Mon, 01 Nov 2010)
New Revision: 22675
Modified:
cytoscape/trunk/packaging/pom.xml
Log:
moved install4j out of deploy and will update parent pom to add
install4j:compile to the release:perform phase
Modified: cytoscape/trunk/packaging/pom.xml
===================================================================
--- cytoscape/trunk/packaging/pom.xml 2010-11-01 17:46:12 UTC (rev 22674)
+++ cytoscape/trunk/packaging/pom.xml 2010-11-01 17:55:17 UTC (rev 22675)
@@ -37,7 +37,6 @@
<executions>
<execution>
<id>unpack-distribution</id>
- <phase>deploy</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
@@ -50,7 +49,6 @@
</execution>
<execution>
<id>unpack-javadoc</id>
- <phase>deploy</phase>
<goals>
<goal>unpack-dependencies</goal>
</goals>
@@ -65,7 +63,6 @@
</execution>
<execution>
<id>copy-distribution</id>
- <phase>deploy</phase>
<goals>
<goal>copy-dependencies</goal>
</goals>
@@ -89,14 +86,6 @@
<attach>true</attach>
<skipOnMissingExecutable>true</skipOnMissingExecutable>
</configuration>
- <executions>
- <execution>
- <phase>deploy</phase>
- <goals>
- <goal>compile</goal>
- </goals>
- </execution>
- </executions>
</plugin>
</plugins>
</build>
--
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.