diff options
author | Olivier Lamy <olamy@apache.org> | 2014-04-05 11:56:24 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-04-05 11:56:24 +0000 |
commit | 0cbea898cd841c2f1dfa84cf8b1a4abcfa20d505 (patch) | |
tree | 074db86a9ac0ff851ffff3a32fe7bb2f0bcfdbad /pom.xml | |
parent | 6c941b6ec055eead81134e672c578c129aa7a8a6 (diff) | |
download | archiva-0cbea898cd841c2f1dfa84cf8b1a4abcfa20d505.tar.gz archiva-0cbea898cd841c2f1dfa84cf8b1a4abcfa20d505.zip |
cassndra part of the build in default profile as we are now 1.7
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1585069 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -1876,22 +1876,6 @@ </profile> <profile> - <!-- - <id>jdk-1.7</id> - --> - <id>cassandra</id> - <activation> - <property> - <name>cassandra</name> - <value>true</value> - </property> - </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> |