[jbpm-commits] JBoss JBPM SVN: r3418 - projects/jsf-console/trunk/console.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Dec 18 04:25:04 EST 2008


Author: heiko.braun at jboss.com
Date: 2008-12-18 04:25:04 -0500 (Thu, 18 Dec 2008)
New Revision: 3418

Modified:
   projects/jsf-console/trunk/console/pom.xml
Log:
Added -soa classifier to the -Psoa artifact

Modified: projects/jsf-console/trunk/console/pom.xml
===================================================================
--- projects/jsf-console/trunk/console/pom.xml	2008-12-18 09:10:31 UTC (rev 3417)
+++ projects/jsf-console/trunk/console/pom.xml	2008-12-18 09:25:04 UTC (rev 3418)
@@ -93,6 +93,17 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-war-plugin</artifactId>
+            <executions>
+             <execution>
+               <phase>package</phase>
+               <goals>
+                 <goal>war</goal>
+               </goals>
+               <configuration>
+                 <classifier>soa</classifier>
+               </configuration>
+             </execution>
+           </executions>
             <configuration>
               <overlays>
                 <overlay>
@@ -111,7 +122,7 @@
                 </overlay>               
               </overlays>
             </configuration>
-          </plugin>
+          </plugin>          
         </plugins>
       </build>
     </profile>




More information about the jbpm-commits mailing list