[jboss-cvs] JBossAS SVN: r100088 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 28 17:01:48 EST 2010


Author: ALRubinger
Date: 2010-01-28 17:01:48 -0500 (Thu, 28 Jan 2010)
New Revision: 100088

Modified:
   projects/ejb3/trunk/testsuite/pom.xml
Log:
[EJBTHREE-1640] Revert a commit which leaked in

Modified: projects/ejb3/trunk/testsuite/pom.xml
===================================================================
--- projects/ejb3/trunk/testsuite/pom.xml	2010-01-28 22:00:19 UTC (rev 100087)
+++ projects/ejb3/trunk/testsuite/pom.xml	2010-01-28 22:01:48 UTC (rev 100088)
@@ -116,22 +116,32 @@
                   <groupId>org.jboss.jbossas</groupId>
                   <artifactId>jboss-server-manager</artifactId>
                 </artifactItem>
+              </artifactItems>
+              <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>
+              <overWriteIfNewer>true</overWriteIfNewer>
+              <stripVersion>true</stripVersion>
+            </configuration>
+          </execution>
+
+          <!-- Copy dependencies necessary of Test Clients -->
+          <execution>
+            <id>copy-core-dependencies</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>copy-dependencies</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
                 <artifactItem>
-                  <groupId>apache-httpclient</groupId>
-                  <artifactId>commons-httpclient</artifactId>
+                  <groupId>org.jboss.ejb3</groupId>
+                  <artifactId>jboss-ejb3-core</artifactId>
+                  <scope>test</scope>
                 </artifactItem>
-                <artifactItem>
-                  <groupId>commons-codec</groupId>
-                  <artifactId>commons-codec</artifactId>
-                </artifactItem>
-                <artifactItem>
-                  <groupId>junit</groupId>
-                  <artifactId>junit</artifactId>
-                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>
               <overWriteIfNewer>true</overWriteIfNewer>
               <stripVersion>true</stripVersion>
+              <!-- <excludeTransitive>true</excludeTransitive>  -->
             </configuration>
           </execution>
 




More information about the jboss-cvs-commits mailing list