use dynamic ports for all cassandra ports

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1491774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-06-11 12:57:47 +00:00
parent 825d1b56fe
commit a7dd0ee0d4
1 changed files with 5 additions and 0 deletions

View File

@ -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>