mirror of https://github.com/apache/activemq.git
27 lines
886 B
XML
27 lines
886 B
XML
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||
|
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
|
||
|
<parent>
|
||
|
<artifactId>activemq-parent</artifactId>
|
||
|
<groupId>incubator-activemq</groupId>
|
||
|
<version>4.0-SNAPSHOT</version>
|
||
|
</parent>
|
||
|
|
||
|
<artifactId>activemq-perftest</artifactId>
|
||
|
<packaging>jar</packaging>
|
||
|
<name>ActiveMQ :: Performance Test</name>
|
||
|
<description>Performance Testing Framework for ActiveMQ</description>
|
||
|
|
||
|
<build>
|
||
|
<plugins>
|
||
|
<plugin>
|
||
|
<groupId>incubator-activemq</groupId>
|
||
|
<artifactId>maven-perf-plugin</artifactId>
|
||
|
<version>4.0-SNAPSHOT</version>
|
||
|
</plugin>
|
||
|
</plugins>
|
||
|
</build>
|
||
|
|
||
|
</project>
|