summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/pom.xml20
-rw-r--r--archiva-modules/plugins/pom.xml1
-rw-r--r--pom.xml16
3 files changed, 6 insertions, 31 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml
index 72a3c0d67..ba009dd0d 100644
--- a/archiva-modules/archiva-web/archiva-webapp/pom.xml
+++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml
@@ -134,6 +134,11 @@
</dependency>
<dependency>
+ <groupId>org.apache.archiva</groupId>
+ <artifactId>metadata-store-cassandra</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-jcr-commons</artifactId>
</dependency>
@@ -1094,19 +1099,4 @@
</plugins>
</build>
- <profiles>
- <profile>
- <id>cassandra</id>
- <properties>
- <archiva.repositorySessionFactory.id>cassandra</archiva.repositorySessionFactory.id>
- </properties>
- <dependencies>
- <dependency>
- <groupId>org.apache.archiva</groupId>
- <artifactId>metadata-store-cassandra</artifactId>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
-
</project>
diff --git a/archiva-modules/plugins/pom.xml b/archiva-modules/plugins/pom.xml
index 89aa6ec34..021d2351c 100644
--- a/archiva-modules/plugins/pom.xml
+++ b/archiva-modules/plugins/pom.xml
@@ -39,6 +39,7 @@
<module>stage-repository-merge</module>
<module>generic-metadata-support</module>
<module>metadata-store-jcr</module>
+ <module>metadata-store-cassandra</module>
</modules>
</project>
diff --git a/pom.xml b/pom.xml
index 90ade37f5..e76595bd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>