[jbpm-commits] JBoss JBPM SVN: r6567 - jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 11 02:19:56 EDT 2010


Author: ryanzhang
Date: 2010-08-11 02:19:56 -0400 (Wed, 11 Aug 2010)
New Revision: 6567

Modified:
   jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/pom.xml
Log:
Update soa profile, Replace jsf-console with SOA overlay jsf-console

Modified: jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/pom.xml	2010-08-11 05:15:33 UTC (rev 6566)
+++ jbpm3/branches/jbpm-3.2-soa/modules/soa-distribution/pom.xml	2010-08-11 06:19:56 UTC (rev 6567)
@@ -70,6 +70,24 @@
                </artifactItems>
              </configuration>
            </execution>
+           <execution>
+             <id>cp-jsf-console-soa</id>
+             <phase>process-resources</phase>
+             <goals>
+               <goal>copy</goal>
+             </goals>
+             <configuration>
+               <artifactItems>
+                 <artifactItem>
+                   <groupId>org.jbpm.jbpm3</groupId>
+                   <artifactId>jsf-console</artifactId>
+                   <version>3.2.10-SNAPSHOT</version>
+                   <classifier>soa</classifier>
+                   <type>war</type>
+                 </artifactItem>
+               </artifactItems>
+             </configuration>
+           </execution>
          </executions>
       </plugin>
       
@@ -79,6 +97,13 @@
         <version>1.3</version>
         <dependencies>
           <dependency>
+            <groupId>org.jbpm.jbpm3</groupId>
+            <artifactId>jsf-console</artifactId>
+            <version>3.2.10-SNAPSHOT</version>
+            <classifier>soa</classifier>
+            <type>war</type>
+          </dependency>
+          <dependency>
             <groupId>org.apache.ant</groupId>
             <artifactId>ant</artifactId>
             <version>1.7.1</version>
@@ -110,11 +135,11 @@
           <phase>package</phase>
           <configuration>
              <tasks>
-                <ant antfile="build-common.xml" target="soa.routine.build" dir="${project.basedir}" inheritAll="false">
-                  <property name="module_base_dir" value="${project.basedir}"/>
-                  <property name="module_build_finalName" value="${project.build.finalName}"/>
-                  <property name="project.version" value="${project.version}"/>
-                  <property name="groovy.path" value="${maven.dependency.org.codehaus.groovy.groovy-all.jar.path}" />
+               <ant antfile="build-common.xml" target="soa.routine.build" dir="${project.basedir}" inheritAll="false">
+                 <property name="module_base_dir" value="${project.basedir}"/>
+                 <property name="module_build_finalName" value="${project.build.finalName}"/>
+                 <property name="project.version" value="${project.version}"/>
+                 <property name="groovy.path" value="${maven.dependency.org.codehaus.groovy.groovy-all.jar.path}" />
                </ant>
              </tasks>
           </configuration>



More information about the jbpm-commits mailing list