You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/11/01 00:06:48 UTC

git commit: jmxPort must be dynamic as well

Repository: archiva
Updated Branches:
  refs/heads/master 98ed89bdd -> 7c5f1a0ac


jmxPort must be dynamic as well


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/7c5f1a0a
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/7c5f1a0a
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/7c5f1a0a

Branch: refs/heads/master
Commit: 7c5f1a0acd3fef8dc499c592bb3c8406c61a6631
Parents: 98ed89b
Author: Olivier Lamy <ol...@apache.org>
Authored: Sat Nov 1 10:06:38 2014 +1100
Committer: Olivier Lamy <ol...@apache.org>
Committed: Sat Nov 1 10:06:38 2014 +1100

----------------------------------------------------------------------
 archiva-modules/plugins/metadata-store-cassandra/pom.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/7c5f1a0a/archiva-modules/plugins/metadata-store-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/archiva-modules/plugins/metadata-store-cassandra/pom.xml b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
index d6debfc..c786ba1 100644
--- a/archiva-modules/plugins/metadata-store-cassandra/pom.xml
+++ b/archiva-modules/plugins/metadata-store-cassandra/pom.xml
@@ -227,6 +227,7 @@
                 <portName>cassandraPort</portName>
                 <portName>cassandra.storagePort</portName>
                 <portName>cassandra.stopPort</portName>
+                <portName>cassandra.jmxPort</portName>
               </portNames>
             </configuration>
           </execution>
@@ -247,6 +248,7 @@
               <rpcPort>${cassandraPort}</rpcPort>
               <storagePort>${cassandra.storagePort}</storagePort>
               <stopPort>${cassandra.stopPort}</stopPort>
+              <jmxPort>${cassandra.jmxPort}</jmxPort>
               <addMainClasspath>false</addMainClasspath>
               <addTestClasspath>false</addTestClasspath>
             </configuration>