Author: mes
Date: 2011-08-31 15:42:59 -0700 (Wed, 31 Aug 2011)
New Revision: 26670
Modified:
core3/impl/trunk/pom.xml
Log:
added release plugin to pom
Modified: core3/impl/trunk/pom.xml
===================================================================
--- core3/impl/trunk/pom.xml 2011-08-31 22:35:16 UTC (rev 26669)
+++ core3/impl/trunk/pom.xml 2011-08-31 22:42:59 UTC (rev 26670)
@@ -293,6 +293,18 @@
</plugin>
</plugins>
</pluginManagement>
+
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-release-plugin</artifactId>
+
<version>${maven-release-plugin.version}</version>
+ <configuration>
+
<autoVersionSubmodules>true</autoVersionSubmodules>
+ <goals>deploy</goals>
+ </configuration>
+ </plugin>
+ </plugins>
</build>
</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.