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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Wed Mar 24 01:47:11 EDT 2010


Author: ozizka at redhat.com
Date: 2010-03-24 01:47:10 -0400 (Wed, 24 Mar 2010)
New Revision: 886

Modified:
   branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml
Log:
* POM: Hudson profile removed; library copying removed as WAR overlaying was fixed.

Modified: branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml
===================================================================
--- branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml	2010-03-24 03:44:21 UTC (rev 885)
+++ branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/pom.xml	2010-03-24 05:47:10 UTC (rev 886)
@@ -252,7 +252,7 @@
                  <echo>  *** dist-war profile activated. ***  </echo>
                </tasks> </configuration> </execution>
 
-               <execution> <id>copy-libs</id> <phase>prepare-package</phase>  <goals><goal>run</goal></goals> <configuration> <tasks>
+               <execution> <id>copy-libs</id> <phase><!--prepare-package-->never</phase>  <goals><goal>run</goal></goals> <configuration> <tasks>
                  <echo>  *** Copying dist-WAR/WEB-INF/lib to WEB-INF/lib... ***  </echo>
                  <unzip src="${as.dist.war}" dest="${basedir}/target/tmp/distwar"/>
                  <!-- 1), use with <overlay>. -->
@@ -264,8 +264,8 @@
                </tasks> </configuration> </execution>
 
              </executions> </plugin>
-             <!-- WAR overlay needs an artifact. -->
-
+             
+             <!-- WAR overlay, needs an artifact. -->
              <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-war-plugin</artifactId>
@@ -1022,22 +1022,10 @@
       </profile>
 
 
-
-
-      <!-- Hudson profile (commented out - hesitating to hard-code version dir to pom.xml)
-      <profile>
-        <id>running-in-hudson</id>
-        <activation>
-          <property><name>user.name</name><value>hudson</value></property>
-        </activation>
-        <properties>
-          <JBOSS_HOME>${basedir}/jbossas-5.x/build/output/jboss-5.1.0.Beta1</JBOSS_HOME>
-        </properties>
-      </profile>-->
-
    </profiles>
 
 
+
    <build>
       <finalName>admin-console-jsfunit</finalName>
 



More information about the embjopr-commits mailing list