aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-12-18 04:56:08 +0000
committerOlivier Lamy <olamy@apache.org>2013-12-18 04:56:08 +0000
commit1f16a7f62a6825dc1771ef304fbeaf3f7c3fb119 (patch)
treec44979d9b5ce20d06b7ef905cf25dd255e3e859c
parent347a3918be99cccb46a4d09d3785754655862a84 (diff)
downloadarchiva-1f16a7f62a6825dc1771ef304fbeaf3f7c3fb119.tar.gz
archiva-1f16a7f62a6825dc1771ef304fbeaf3f7c3fb119.zip
change cassandra module activation
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551841 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--pom.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 7c17c1bcf..cc3c1312b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>