Today, I try it again but failed. I do somehting modified and there are some diff information.
C:\temp\activemq\activemq-perftest>svn diff Index: pom.xml =================================================================== --- pom.xml (revision 678620) +++ pom.xml (working copy) @@ -22,7 +22,7 @@ <parent> <artifactId>activemq-parent</artifactId> <groupId>org.apache.activemq</groupId> - <version>5.1-SNAPSHOT</version> + <version>5.2-SNAPSHOT</version> </parent> <artifactId>activemq-perftest</artifactId> @@ -33,12 +33,14 @@ <build> <plugins> <plugin> - <groupId>org.apache.activemq</groupId> + <groupId>org.apache.activemq.tooling</groupId> <artifactId>maven-activemq-perf-plugin</artifactId> + <version>5.2-SNAPSHOT</version> </plugin> <plugin> - <groupId>org.apache.activemq</groupId> + <groupId>org.apache.activemq.tooling</groupId> <artifactId>maven-activemq-memtest-plugin</artifactId> + <version>5.2-SNAPSHOT</version> </plugin> </plugins> </build> C:\temp\activemq\activemq-tooling>svn diff * svn: Skipping argument: '.svn' ends in a reserved name Index: maven-activemq-perf-plugin/pom.xml =================================================================== --- maven-activemq-perf-plugin/pom.xml (revision 678620) +++ maven-activemq-perf-plugin/pom.xml (working copy) @@ -5,9 +5,9 @@ The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -24,6 +24,7 @@ <version>5.2-SNAPSHOT</version> </parent> + <groupId>org.apache.activemq.tooling</groupId> <artifactId>maven-activemq-perf-plugin</artifactId> <packaging>maven-plugin</packaging> <name>ActiveMQ :: Performance Test Plugin</name> C:\temp\activemq\activemq-tooling> -- View this message in context: http://www.nabble.com/Cannot-run-maven-perftest-tp18065669p18582525.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.