Author: btellier
Date: Mon Jun 22 08:10:13 2015
New Revision: 1686800
URL: http://svn.apache.org/r1686800
Log:
MAILBOX-237 Add Cassandra maven profile - contributed by Antoine Duprat
Modified:
james/server/trunk/app/pom.xml
Modified: james/server/trunk/app/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/app/pom.xml?rev=1686800&r1=1686799&r2=1686800&view=diff
==============================================================================
--- james/server/trunk/app/pom.xml (original)
+++ james/server/trunk/app/pom.xml Mon Jun 22 08:10:13 2015
@@ -555,6 +555,13 @@
<profiles>
<profile>
+ <id>cassandra</id>
+ <properties>
+
<james.system-property2>-Dspring.profiles.active=cassandra</james.system-property2>
+ <james.system-properties>${james.system-property1}
${james.system-property2}</james.system-properties>
+ </properties>
+ </profile>
+ <profile>
<id>with-assembly</id>
<activation>
<activeByDefault>true</activeByDefault>
@@ -799,6 +806,10 @@
<name>wrapper.java.additional.14</name>
<value>${james.system-property1}</value>
</property>
+ <property>
+
<name>wrapper.java.additional.15</name>
+
<value>${james.system-property2}</value>
+ </property>
</configuration>
</generatorConfiguration>
</generatorConfigurations>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]