aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-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>