Browse Source

change cassandra module activation

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1551841 13f79535-47bb-0310-9956-ffa450edef68
tags/archiva-2.0.0-RC1
Olivier Lamy 10 years ago
parent
commit
1f16a7f62a
1 changed files with 7 additions and 1 deletions
  1. 7
    1
      pom.xml

+ 7
- 1
pom.xml View File

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

Loading…
Cancel
Save