Author: mes
Date: 2010-10-26 16:41:02 -0700 (Tue, 26 Oct 2010)
New Revision: 22494

Modified:
   core3/integration-test-support/trunk/pom.xml
Log:
potential fix for releasing with snapshots

Modified: core3/integration-test-support/trunk/pom.xml
===================================================================
--- core3/integration-test-support/trunk/pom.xml        2010-10-26 23:39:41 UTC 
(rev 22493)
+++ core3/integration-test-support/trunk/pom.xml        2010-10-26 23:41:02 UTC 
(rev 22494)
@@ -77,6 +77,18 @@
   <build>
     <plugins>
       <plugin>
+        <inherited>false</inherited>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.0</version>
+        <configuration>
+          <autoVersionSubmodules>true</autoVersionSubmodules>
+          <goals>deploy</goals>
+          <!-- special for this one because of the log4j.osgi dependency -->
+          <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
+        </configuration>
+      </plugin>
+      <plugin>
         <groupId>org.ops4j</groupId>
         <artifactId>maven-pax-plugin</artifactId>
         <version>1.4</version>

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