aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/metadata-store-cassandra
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2013-06-11 12:57:47 +0000
committerOlivier Lamy <olamy@apache.org>2013-06-11 12:57:47 +0000
commita7dd0ee0d442a700b87c39961a64d2f94b4e5f17 (patch)
treeecdf858093e7c5d5301c6a9fa15f1639c5fd3621 /archiva-modules/plugins/metadata-store-cassandra
parent825d1b56fe8171bdfebd45ccfaade5b93b3a6b68 (diff)
downloadarchiva-a7dd0ee0d442a700b87c39961a64d2f94b4e5f17.tar.gz
archiva-a7dd0ee0d442a700b87c39961a64d2f94b4e5f17.zip
use dynamic ports for all cassandra ports
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1491774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/metadata-store-cassandra')
-rw-r--r--archiva-modules/plugins/metadata-store-cassandra/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
index 1fa9fd6de..64a4ac6c7 100644
--- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml
+++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
@@ -229,6 +229,7 @@
com.netflix.astyanax.connectionpool.impl,
com.netflix.astyanax.entitystore,
com.netflix.astyanax.impl,
+ com.netflix.astyanax.ddl,
com.netflix.astyanax.thrift,
net.sf.beanlib.provider.replicator,
org.apache.archiva.metadata.model;version=${project.version},
@@ -255,6 +256,8 @@
<configuration>
<portNames>
<portName>cassandraPort</portName>
+ <portName>cassandra.storagePort</portName>
+ <portName>cassandra.stopPort</portName>
</portNames>
</configuration>
</execution>
@@ -275,6 +278,8 @@
</goals>
<configuration>
<rpcPort>${cassandraPort}</rpcPort>
+ <storagePort>${cassandra.storagePort}</storagePort>
+ <stopPort>${cassandra.stopPort}</stopPort>
<addMainClasspath>false</addMainClasspath>
<addTestClasspath>false</addTestClasspath>
</configuration>