]> source.dussan.org Git - archiva.git/commitdiff
cassandra module only with 1.7
authorOlivier Lamy <olamy@apache.org>
Wed, 20 Nov 2013 03:14:21 +0000 (03:14 +0000)
committerOlivier Lamy <olamy@apache.org>
Wed, 20 Nov 2013 03:14:21 +0000 (03:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1543702 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 3adaa808b68375a4d5a78a402cf1d379ee390d96..3610d720fc2fddf21fa2ce4ea7152eb521d84232 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       </build>
     </profile>
 
+    <profile>
+      <id>jdk-1.7</id>
+      <activation>
+        <jdk>1.7</jdk>
+      </activation>
+      <modules>
+        <module>archiva-modules/plugins/metadata-store-cassandra</module>
+      </modules>
+    </profile>
+
     <profile>
       <!-- profile to run javascript webapp and it tests -->
       <id>it-js</id>