Author: asoldano
Date: 2014-12-15 09:06:05 -0500 (Mon, 15 Dec 2014)
New Revision: 19143
Modified:
stack/cxf/branches/arquillian/modules/dist/pom.xml
Log:
spring profile in dist module for installing spring libs with the stack
Modified: stack/cxf/branches/arquillian/modules/dist/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/dist/pom.xml 2014-12-15 13:34:39 UTC (rev
19142)
+++ stack/cxf/branches/arquillian/modules/dist/pom.xml 2014-12-15 14:06:05 UTC (rev
19143)
@@ -278,6 +278,17 @@
<jboss.home>${project.build.directory}/wildfly-${jboss.version}</jboss.home>
</properties>
</profile>
+
+ <!--
+ Name: spring
+ Descr: Include spring libraries when updating the stack on the server
+ -->
+ <profile>
+ <id>spring</id>
+ <properties>
+ <spring>true</spring>
+ </properties>
+ </profile>
<!--
Name: deploy
@@ -304,6 +315,7 @@
<target>
<property name="jbossws.integration.target"
value="${jbossws.integration.target}"/>
<property name="jboss.home"
value="${jboss.home}"/>
+ <property name="spring"
value="${spring}"/>
<ant antfile="src/main/scripts/build-deploy.xml"/>
</target>
</configuration>
Show replies by date