]> source.dussan.org Git - archiva.git/commitdiff
change cassandra module activation
authorOlivier Lamy <olamy@apache.org>
Wed, 18 Dec 2013 04:56:08 +0000 (04:56 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 18 Dec 2013 04:56:08 +0000 (04:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551841 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 7c17c1bcf42e7ec6d99cca1e12e41643e6798594..cc3c1312b07c85f8ade268c93c02188854ecfb1e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </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>