aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-11-20 03:14:21 +0000
committerOlivier Lamy <olamy@apache.org>2013-11-20 03:14:21 +0000
commit02dd339caca2ecc4f17b0e5bacf8a6d8c3847c9d (patch)
tree8c118bd007bc7720ae15c6523c22bef38d42b6b2 /pom.xml
parentab948932b12527d24a529559abca026818893b2d (diff)
downloadarchiva-02dd339caca2ecc4f17b0e5bacf8a6d8c3847c9d.tar.gz
archiva-02dd339caca2ecc4f17b0e5bacf8a6d8c3847c9d.zip
cassandra module only with 1.7
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1543702 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3adaa808b..3610d720f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>