mirror of https://github.com/apache/activemq.git
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:
parent
b2cc86d10c
commit
2139881476
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
||||
|
Loading…
Reference in New Issue