Author: [email protected]
Date: Fri Oct 14 15:26:08 2011
New Revision: 1509

Log:
[AMDATUCASSANDRA-110] Aligned properties and removed default properties which 
should never be used on config artifact

Modified:
   trunk/amdatu-cassandra/config/pom.xml
   trunk/amdatu-cassandra/pom.xml

Modified: trunk/amdatu-cassandra/config/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/config/pom.xml       (original)
+++ trunk/amdatu-cassandra/config/pom.xml       Fri Oct 14 15:26:08 2011
@@ -65,9 +65,13 @@
 
   <build>
     <resources>
+      <!-- Specifically disable resource filter for this artifact. The actual
+           replacement is one by the assembly artifact that includes it as a
+           dependency and we should honor that assembly's properties instead of
+           using our own -->
       <resource>
         <directory>src/main/resources</directory>
-        <filtering>true</filtering>
+        <filtering>false</filtering>
         <includes>
           <include>*.cfg</include>
         </includes>

Modified: trunk/amdatu-cassandra/pom.xml
==============================================================================
--- trunk/amdatu-cassandra/pom.xml      (original)
+++ trunk/amdatu-cassandra/pom.xml      Fri Oct 14 15:26:08 2011
@@ -37,42 +37,6 @@
 
     <!-- Version of cassandra itself -->
     <cassandra.version>0.8.6</cassandra.version>
-
-    <!-- Name of the Cassandra cluster this node is part of -->
-    <cassandra.clustername>'Amdatu Cluster'</cassandra.clustername>
-
-    <!-- Comma-separated list of IP addresses of nodes in the cassandra 
cluster, i.e. "172.16.10.109,172.16.10.203" -->
-    <cassandra.seeds>127.0.0.1</cassandra.seeds>
-
-    <!-- Address for incoming cassandra connections. In case this is a 
stand-alone node, define "localhost".
-         Otherwise, specify the IP address other nodes in the cluster will use 
to connect to this node (they
-         define this IP address in their list of seeds). For example: 
"172.16.11.108" -->
-    <cassandra.listen_address>localhost</cassandra.listen_address>
-
-    <!-- The default Cassandra replication factor -->
-    
<cassandra.default_replication_factor>1</cassandra.default_replication_factor>
-
-    <!-- The READ consistency level -->
-    <cassandra.consistency_level_read>ONE</cassandra.consistency_level_read>
-
-    <!-- The WRITE consistency level -->
-    <cassandra.consistency_level_write>ONE</cassandra.consistency_level_write>
-
-    <!-- Auto bootstrap mode -->
-    <cassandra.autobootstrap>false</cassandra.autobootstrap>
-
-    <!-- The initial token. If you plan to later build a cluster including 
this first instance, it is
-         recommended to set the initial token value to zero -->
-    <cassandra.initial_token />
-
-    <!-- The RPC address for other Thrift clients to connect to -->
-    <cassandra.rpc_address />
-
-    <!-- The RPC port for Thrift communication -->
-    <cassandra.rpc_port>9160</cassandra.rpc_port>
-
-    <!-- The storage port -->
-    <cassandra.storage_port>7000</cassandra.storage_port>
   </properties>
 
   <scm>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to