[embjopr-commits] EMBJOPR SVN: r820 - trunk/jsfunit.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Tue Oct 27 19:41:41 EDT 2009


Author: ozizka at redhat.com
Date: 2009-10-27 19:41:40 -0400 (Tue, 27 Oct 2009)
New Revision: 820

Modified:
   trunk/jsfunit/pom.xml
Log:
 * pom updated.

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-10-27 23:40:19 UTC (rev 819)
+++ trunk/jsfunit/pom.xml	2009-10-27 23:41:40 UTC (rev 820)
@@ -20,7 +20,7 @@
    <parent>
       <groupId>org.jboss.jopr</groupId>
       <artifactId>jopr-embedded-parent</artifactId>
-      <version>1.3.1-SNAPSHOT</version>
+      <version>1.3.2-SNAPSHOT</version>
    </parent>
 
    <groupId>org.jboss.jopr</groupId>
@@ -351,7 +351,6 @@
               <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
-                <version>1.1</version>
                 <executions>
                   <execution>
                     <id>extract_war_for_cargo</id>
@@ -365,6 +364,14 @@
                              dest="${project.build.directory}/${project.build.finalName}.${project.packaging}"/>
                     </tasks></configuration>
                   </execution>
+                  <execution>
+                    <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>#######  There's no logging visible on Hudson during test run.</echo>
+                    </tasks></configuration>
+                  </execution>
                 </executions>
               </plugin>
 
@@ -475,7 +482,7 @@
                          </configfile>
                          -->
                        </configfiles>
-                       
+
                        <!-- Deploy the test files -->
                        <files>
                          <copy>
@@ -852,3 +859,4 @@
    </build>
 
 </project>
+



More information about the embjopr-commits mailing list