[embjopr-commits] EMBJOPR SVN: r885 - branches/EmbJopr-1.4.0-SN-EAP5/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Mar 23 23:44:22 EDT 2010


Author: ozizka at redhat.com
Date: 2010-03-23 23:44:21 -0400 (Tue, 23 Mar 2010)
New Revision: 885

Modified:
   branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml
Log:
* POM: Fixed the WAR overlaying.

Modified: branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml
===================================================================
--- branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml	2010-03-23 18:51:58 UTC (rev 884)
+++ branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml	2010-03-24 03:44:21 UTC (rev 885)
@@ -235,6 +235,14 @@
                <scope>system</scope>
                <systemPath>${as.dist.war}</systemPath>
             </dependency>
+            <dependency>
+               <groupId>dist-war-zip</groupId>
+               <artifactId>dist-war-zip</artifactId>
+               <version>0.0.0</version>
+               <type>zip</type>
+               <scope>system</scope>
+               <systemPath>${as.dist.war}.zip</systemPath>
+            </dependency>
          </dependencies>
          <build>
            <plugins>
@@ -258,6 +266,23 @@
              </executions> </plugin>
              <!-- WAR overlay needs an artifact. -->
 
+             <plugin>
+               <groupId>org.apache.maven.plugins</groupId>
+               <artifactId>maven-war-plugin</artifactId>
+               <configuration>
+                 <dependentWarIncludes>**,**/jboss-structure.xml</dependentWarIncludes>
+                 <overlays>
+                   <overlay/>
+                   <overlay>
+                     <groupId>dist-war-zip</groupId>
+                     <artifactId>dist-war-zip</artifactId>
+                     <type>zip</type>
+                     <targetPath></targetPath>
+                   </overlay>
+                 </overlays>
+               </configuration>
+             </plugin>
+             
            </plugins>
          </build>
      </profile>
@@ -473,7 +498,7 @@
                     <id>dont_kill_appeal</id>
                     <phase>pre-integration-test</phase> <goals><goal>run</goal></goals>
                     <configuration><tasks>
-                      <echo>##########################  Please don't kill this job unless it takes more than six hours.</echo>
+                      <echo>##########################  Please don't kill this job unless it takes more than four hours.</echo>
                       <echo>##########################  There's no logging visible on Hudson during test run.</echo>
                     </tasks></configuration>
                   </execution>



More information about the embjopr-commits mailing list