You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/12/18 05:56:08 UTC

svn commit: r1551841 - /archiva/trunk/pom.xml

Author: olamy
Date: Wed Dec 18 04:56:08 2013
New Revision: 1551841

URL: http://svn.apache.org/r1551841
Log:
change cassandra module activation

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1551841&r1=1551840&r2=1551841&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Dec 18 04:56:08 2013
@@ -1883,9 +1883,15 @@
     </profile>
 
     <profile>
+      <!--
       <id>jdk-1.7</id>
+      -->
+      <id>cassandra</id>
       <activation>
-        <jdk>1.7</jdk>
+        <property>
+          <name>cassandra</name>
+          <value>true</value>
+        </property>
       </activation>
       <modules>
         <module>archiva-modules/plugins/metadata-store-cassandra</module>