Author: mes
Date: 2010-07-21 16:02:47 -0700 (Wed, 21 Jul 2010)
New Revision: 20990
Modified:
core3/plugin-api/trunk/pom.xml
Log:
assembly now occurs in the package phase
Modified: core3/plugin-api/trunk/pom.xml
===================================================================
--- core3/plugin-api/trunk/pom.xml 2010-07-21 22:58:53 UTC (rev 20989)
+++ core3/plugin-api/trunk/pom.xml 2010-07-21 23:02:47 UTC (rev 20990)
@@ -75,6 +75,15 @@
<finalName>cytoscape-api-${version}</finalName>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
</plugin>
<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.