Renamed perf plugin to activemq-perf and added plugin that will start broker in assembly.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@410534 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Frederick G. Oconer 2006-05-31 14:16:18 +00:00
parent b2cc86d10c
commit 2139881476
9 changed files with 11 additions and 3 deletions

View File

@ -18,7 +18,7 @@
<plugins>
<plugin>
<groupId>incubator-activemq</groupId>
<artifactId>maven-perf-plugin</artifactId>
<artifactId>maven-activemq-perf-plugin</artifactId>
<version>4.0-SNAPSHOT</version>
</plugin>
</plugins>

View File

@ -296,7 +296,15 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>incubator-activemq</groupId>
<artifactId>maven-activemq-perf-plugin</artifactId>
<version>4.0-SNAPSHOT</version>
<configuration>
<configFile>src/release/conf/activemq.xml</configFile>
</configuration>
</plugin>
</plugins>
</build>
</project>
</project>

View File

@ -12,7 +12,7 @@
<groupId>incubator-activemq</groupId>
<artifactId>maven-perf-plugin</artifactId>
<artifactId>maven-activemq-perf-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>ActiveMQ :: Performance Test Plugin</name>