activemq/activemq-perftest/pom.xml

31 lines
1.0 KiB
XML
Raw Normal View History

<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.1-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-activemq-perf-plugin</artifactId>
</plugin>
<plugin>
<groupId>incubator-activemq</groupId>
<artifactId>maven-activemq-memtest-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>