Frederick G. Oconer 52602f0377 Changes:
1. Filename includes some config info of client.
2. Additional test information in the generated report.


git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@412046 13f79535-47bb-0310-9956-ffa450edef68
2006-06-06 08:43:13 +00:00

28 lines
896 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.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>
<version>4.1-SNAPSHOT</version>
</plugin>
</plugins>
</build>
</project>