Author: mes
Date: 2010-09-17 16:11:08 -0700 (Fri, 17 Sep 2010)
New Revision: 21930

Modified:
   cytoscape/trunk/pom.xml
   cytoscape/trunk/release-bundles/pom.xml
Log:
added release-bundles and webstart to top level pom to help with versioning and 
changed release-bundles so that the actual release bundles are only built in 
the deploy phase

Modified: cytoscape/trunk/pom.xml
===================================================================
--- cytoscape/trunk/pom.xml     2010-09-17 22:25:41 UTC (rev 21929)
+++ cytoscape/trunk/pom.xml     2010-09-17 23:11:08 UTC (rev 21930)
@@ -17,6 +17,8 @@
     <module>coreplugins</module>
     <module>javadoc</module>
     <module>distribution</module>
+    <module>release-bundles</module>
+    <module>webstart</module>
   </modules>
 
   <build>

Modified: cytoscape/trunk/release-bundles/pom.xml
===================================================================
--- cytoscape/trunk/release-bundles/pom.xml     2010-09-17 22:25:41 UTC (rev 
21929)
+++ cytoscape/trunk/release-bundles/pom.xml     2010-09-17 23:11:08 UTC (rev 
21930)
@@ -40,7 +40,7 @@
         <executions>
           <execution>
             <id>unpack-distribution</id>
-            <phase>validate</phase>
+            <phase>deploy</phase>
             <goals>
               <goal>unpack-dependencies</goal>
             </goals>
@@ -52,7 +52,7 @@
           </execution>
           <execution>
             <id>unpack-javadoc</id>
-            <phase>package</phase>
+            <phase>deploy</phase>
             <goals>
               <goal>unpack-dependencies</goal>
             </goals>
@@ -65,7 +65,7 @@
           </execution>
           <execution>
             <id>copy-distribution</id>
-            <phase>package</phase>
+            <phase>deploy</phase>
             <goals>
               <goal>copy-dependencies</goal>
             </goals>
@@ -91,7 +91,7 @@
         </configuration>
         <executions>
           <execution>
-            <phase>compile</phase>
+            <phase>deploy</phase>
             <goals>
               <goal>compile</goal>
             </goals>
@@ -115,6 +115,5 @@
       <classifier>javadoc</classifier>
     </dependency>
   </dependencies>
-
 </project>
 

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