[jboss-cvs] JBossAS SVN: r99813 - projects/reloaded/trunk/vdf-bootstrap-minimal.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 22 11:25:17 EST 2010


Author: ALRubinger
Date: 2010-01-22 11:25:17 -0500 (Fri, 22 Jan 2010)
New Revision: 99813

Modified:
   projects/reloaded/trunk/vdf-bootstrap-minimal/pom.xml
Log:
[RELOADED-10] Do not copy dependencies anymore; this was only used in profiling (now moved to jboss-deployers stress tests)

Modified: projects/reloaded/trunk/vdf-bootstrap-minimal/pom.xml
===================================================================
--- projects/reloaded/trunk/vdf-bootstrap-minimal/pom.xml	2010-01-22 16:24:22 UTC (rev 99812)
+++ projects/reloaded/trunk/vdf-bootstrap-minimal/pom.xml	2010-01-22 16:25:17 UTC (rev 99813)
@@ -80,31 +80,7 @@
             </requireJavaVersion>
           </rules>
         </configuration>
-      </plugin>
-      
-      <!-- 
-      Put all dependencies into a common location.  This isn't used 
-      for anything in the build, but for MainDeployerTestCaseStandaloneHarness, 
-      which we can use in profiling.  Then set the profiler classpath to
-      include all these deps. 
-      -->
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-dependency-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>copy</id>
-            <phase>package</phase>
-            <goals>
-              <goal>copy-dependencies</goal>
-            </goals>
-            <configuration>
-             <outputDirectory>${project.build.directory}/dependency</outputDirectory>
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>
-      
+      </plugin>      
 
     </plugins>
 




More information about the jboss-cvs-commits mailing list