Author: jlim
Date: Thu Jun 8 22:20:15 2006
New Revision: 412934
URL: http://svn.apache.org/viewvc?rev=412934&view=rev
Log:
included plugin for memory usage test
Modified:
incubator/activemq/trunk/activemq-perftest/pom.xml
Modified: incubator/activemq/trunk/activemq-perftest/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-perftest/pom.xml?rev=412934&r1=412933&r2=412934&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-perftest/pom.xml (original)
+++ incubator/activemq/trunk/activemq-perftest/pom.xml Thu Jun 8 22:20:15 2006
@@ -20,6 +20,10 @@
<groupId>incubator-activemq</groupId>
<artifactId>maven-activemq-perf-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>incubator-activemq</groupId>
+ <artifactId>maven-activemq-memtest-plugin</artifactId>
+ </plugin>
</plugins>
</build>