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

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Thu Aug 6 15:55:18 EDT 2009


Author: ozizka at redhat.com
Date: 2009-08-06 15:55:17 -0400 (Thu, 06 Aug 2009)
New Revision: 647

Modified:
   trunk/jsfunit/pom.xml
Log:
 * POM: JBossCacheTest-by-fdrabek-client.jar added to WAR/WEB-INF/lib

Modified: trunk/jsfunit/pom.xml
===================================================================
--- trunk/jsfunit/pom.xml	2009-08-06 19:33:44 UTC (rev 646)
+++ trunk/jsfunit/pom.xml	2009-08-06 19:55:17 UTC (rev 647)
@@ -604,6 +604,8 @@
       <testSourceDirectory>src/test/java</testSourceDirectory>
       <finalName>admin-console-jsfunit</finalName>
       <plugins>
+
+        <!-- WAR -->
         <plugin>
           <artifactId>maven-war-plugin</artifactId>
           <configuration>
@@ -615,8 +617,18 @@
               </manifest>
             </archive>
             <dependentWarIncludes>**,**/jboss-structure.xml</dependentWarIncludes>
+            <!-- Add EJB client .jar to WEB-INF/lib -->
+            <webResources>
+              <resource>
+                <directory>${basedir}/testdata/jbcache</directory>
+                <includes>  <include>JBossCacheTest-by-fdrabek-client.jar</include> </includes>
+                <targetPath>WEB-INF/lib</targetPath>
+                <filtering>false</filtering>
+              </resource>
+            </webResources>
           </configuration>
         </plugin>
+
         <!-- Only run the tests if you set one of the profiles above -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>



More information about the embjopr-commits mailing list