[jboss-cvs] JBossAS SVN: r72675 - projects/ejb3/trunk/core.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 24 10:28:18 EDT 2008


Author: dimitris at jboss.org
Date: 2008-04-24 10:28:18 -0400 (Thu, 24 Apr 2008)
New Revision: 72675

Modified:
   projects/ejb3/trunk/core/pom.xml
Log:
yet another experiment


Modified: projects/ejb3/trunk/core/pom.xml
===================================================================
--- projects/ejb3/trunk/core/pom.xml	2008-04-24 14:21:48 UTC (rev 72674)
+++ projects/ejb3/trunk/core/pom.xml	2008-04-24 14:28:18 UTC (rev 72675)
@@ -125,6 +125,19 @@
                   <groupId>org.jboss.test</groupId>
                   <artifactId>jboss-test</artifactId>
                 </artifactItem>
+              </artifactItems>
+              <outputDirectory>${project.build.directory}/dependencies/unpacked/jboss-test</outputDirectory>
+              <overWriteIfNewer>true</overWriteIfNewer>
+            </configuration>
+          </execution>
+          <execution>
+            <id>unpack-build-scripts2</id>
+            <phase>process-resources</phase>
+            <goals>
+              <goal>unpack</goal>
+            </goals>
+            <configuration>
+              <artifactItems>
                 <artifactItem>
                   <groupId>org.jboss.jbossas</groupId>
                   <artifactId>jboss-server-manager</artifactId>
@@ -133,7 +146,7 @@
               <outputDirectory>${project.build.directory}/dependencies/unpacked/jboss-test</outputDirectory>
               <overWriteIfNewer>true</overWriteIfNewer>
             </configuration>
-          </execution>
+          </execution>          
 
           <!--  Copy jboss-test JAR -->
           <execution>
@@ -151,7 +164,7 @@
                 <artifactItem>
                   <groupId>org.jboss.jbossas</groupId>
                   <artifactId>jboss-server-manager</artifactId>
-                </artifactItem>                 
+                </artifactItem>
               </artifactItems>
               <outputDirectory>${project.build.directory}/dependencies/lib</outputDirectory>
               <overWriteIfNewer>true</overWriteIfNewer>




More information about the jboss-cvs-commits mailing list