You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2013/11/20 04:14:23 UTC

svn commit: r1543702 - /archiva/trunk/pom.xml

Author: olamy
Date: Wed Nov 20 03:14:21 2013
New Revision: 1543702

URL: http://svn.apache.org/r1543702
Log:
cassandra module only with 1.7

Modified:
    archiva/trunk/pom.xml

Modified: archiva/trunk/pom.xml
URL: http://svn.apache.org/viewvc/archiva/trunk/pom.xml?rev=1543702&r1=1543701&r2=1543702&view=diff
==============================================================================
--- archiva/trunk/pom.xml (original)
+++ archiva/trunk/pom.xml Wed Nov 20 03:14:21 2013
@@ -1867,6 +1867,16 @@
     </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>
       <modules>