2006-05-31 00:39:26 -04:00
|
|
|
<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>
|
2006-06-05 16:16:30 -04:00
|
|
|
<version>4.1-SNAPSHOT</version>
|
2006-05-31 00:39:26 -04:00
|
|
|
</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>
|
2006-05-31 10:16:18 -04:00
|
|
|
<artifactId>maven-activemq-perf-plugin</artifactId>
|
2006-05-31 00:39:26 -04:00
|
|
|
</plugin>
|
2006-06-09 01:20:15 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>incubator-activemq</groupId>
|
|
|
|
<artifactId>maven-activemq-memtest-plugin</artifactId>
|
|
|
|
</plugin>
|
2006-05-31 00:39:26 -04:00
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
|
2006-06-05 16:16:30 -04:00
|
|
|
</project>
|