aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/plugins/metadata-store-cassandra/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-03-26 22:27:02 +0000
committerOlivier Lamy <olamy@apache.org>2014-03-26 22:27:02 +0000
commit7d1c504705a384185dc53cfa762d91b3fc44bd06 (patch)
treeb20964e92ff2de2626fdd4dd351ba8c95279e90d /archiva-modules/plugins/metadata-store-cassandra/pom.xml
parentacc72428047d54ba43f802d457afb4f5d10f9c88 (diff)
downloadarchiva-7d1c504705a384185dc53cfa762d91b3fc44bd06.tar.gz
archiva-7d1c504705a384185dc53cfa762d91b3fc44bd06.zip
extract cassandra configuration in a configuration file
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1582094 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/plugins/metadata-store-cassandra/pom.xml')
-rw-r--r--archiva-modules/plugins/metadata-store-cassandra/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
index 8703d93ef..08a8e4d01 100644
--- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml
+++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
@@ -272,7 +272,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<systemPropertyVariables>
- <cassandraPort>${cassandraPort}</cassandraPort>
+ <cassandra.port>${cassandraPort}</cassandra.port>
</systemPropertyVariables>
</configuration>
</plugin>