[overlord-commits] Overlord SVN: r924 - bpm-console/trunk/gui/war.

overlord-commits at lists.jboss.org overlord-commits at lists.jboss.org
Fri Jan 22 04:34:32 EST 2010


Author: heiko.braun at jboss.com
Date: 2010-01-22 04:34:32 -0500 (Fri, 22 Jan 2010)
New Revision: 924

Modified:
   bpm-console/trunk/gui/war/pom.xml
Log:
Bind unpack config to second build lifecycle

Modified: bpm-console/trunk/gui/war/pom.xml
===================================================================
--- bpm-console/trunk/gui/war/pom.xml	2010-01-22 08:28:03 UTC (rev 923)
+++ bpm-console/trunk/gui/war/pom.xml	2010-01-22 09:34:32 UTC (rev 924)
@@ -301,6 +301,28 @@
                         <executions>
                             <execution>
                                 <id>unpack-profile-jbpm</id>
+                                <phase>process-resources</phase>
+                                <goals>
+                                    <goal>unpack</goal>
+                                </goals>
+                                <configuration>
+                                    <artifactItems>
+                                        <artifactItem>
+                                            <groupId>org.jboss.bpm</groupId>
+                                            <artifactId>gwt-console-profile-jbpm</artifactId>
+                                            <version>${version}</version>
+                                            <type>jar</type>
+                                            <overWrite>true</overWrite>
+                                            <outputDirectory>war/app</outputDirectory>
+                                            <includes>**/*</includes>
+                                        </artifactItem>
+                                    </artifactItems>
+                                </configuration>
+                            </execution>
+                            <!-- the war:war goal removes the unpacked config
+                            hence the redundant call here -->
+                            <execution>
+                                <id>unpack-profile-jbpm2</id>
                                 <phase>prepare-package</phase>
                                 <goals>
                                     <goal>unpack</goal>
@@ -368,6 +390,26 @@
 
                             <execution>
                                 <id>unpack-profile-drools</id>
+                                <phase>process-resources</phase>
+                                <goals>
+                                    <goal>unpack</goal>
+                                </goals>
+                                <configuration>
+                                    <artifactItems>
+                                        <artifactItem>
+                                            <groupId>org.jboss.bpm</groupId>
+                                            <artifactId>gwt-console-profile-drools</artifactId>
+                                            <version>${version}</version>
+                                            <type>jar</type>
+                                            <overWrite>true</overWrite>
+                                            <outputDirectory>war/app</outputDirectory>
+                                            <includes>**/*</includes>
+                                        </artifactItem>
+                                    </artifactItems>
+                                </configuration>
+                            </execution>
+                             <execution>
+                                <id>unpack-profile-drools2</id>
                                 <phase>prepare-package</phase>
                                 <goals>
                                     <goal>unpack</goal>
@@ -386,7 +428,6 @@
                                     </artifactItems>
                                 </configuration>
                             </execution>
-
                         </executions>
                     </plugin>
 
@@ -434,6 +475,26 @@
 
                             <execution>
                                 <id>unpack-profile-riftsaw</id>
+                                <phase>process-resources</phase>
+                                <goals>
+                                    <goal>unpack</goal>
+                                </goals>
+                                <configuration>
+                                    <artifactItems>
+                                        <artifactItem>
+                                            <groupId>org.jboss.bpm</groupId>
+                                            <artifactId>gwt-console-profile-riftsaw</artifactId>
+                                            <version>${version}</version>
+                                            <type>jar</type>
+                                            <overWrite>true</overWrite>
+                                            <outputDirectory>war/app</outputDirectory>
+                                            <includes>**/*</includes>
+                                        </artifactItem>
+                                    </artifactItems>
+                                </configuration>
+                            </execution>
+                            <execution>
+                                <id>unpack-profile-riftsaw2</id>
                                 <phase>prepare-package</phase>
                                 <goals>
                                     <goal>unpack</goal>
@@ -452,7 +513,6 @@
                                     </artifactItems>
                                 </configuration>
                             </execution>
-
                         </executions>
                     </plugin>
 



More information about the overlord-commits mailing list