diff options
author | Olivier Lamy <olamy@apache.org> | 2013-11-20 03:14:21 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2013-11-20 03:14:21 +0000 |
commit | 02dd339caca2ecc4f17b0e5bacf8a6d8c3847c9d (patch) | |
tree | 8c118bd007bc7720ae15c6523c22bef38d42b6b2 /pom.xml | |
parent | ab948932b12527d24a529559abca026818893b2d (diff) | |
download | archiva-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.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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> |