This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Performance test for Fuse MQitalost Aug 22, 2008 3:16 PM (in response to matteo.redaelli)Hi Matteo, it seems maven is not generating the correct references for the plugin. I recreated the process in Windows and Unix plataforms using maven 2.0.8 and maven 2.0.9, and I got the same error. Did you find another way to perform the test? Regards. Italo Stefani 
- 
        2. Re: Performance test for Fuse MQgarytully Aug 26, 2008 7:23 AM (in response to matteo.redaelli)hi Matteo, the group id for the dependent "maven-activemq-perf-plugin" and "maven-activemq-memtest-plugin" maven plugins are out of date in the activemq-perftest/pom.xml. You need to make the following change to apache-activemq-5.0.0.14-fuse/src/activemq-perftest/pom.xml @@ -33,11 +33,11 @@ <build> <plugins> <plugin> - <groupId>org.apache.activemq</groupId> + <groupId>org.apache.activemq.tooling</groupId> <artifactId>maven-activemq-perf-plugin</artifactId> </plugin> <plugin> - <groupId>org.apache.activemq</groupId> + <groupId>org.apache.activemq.tooling</groupId> <artifactId>maven-activemq-memtest-plugin</artifactId> </plugin> </plugins> thanks for pointing this out. It will be fixed for the next release of FUSE message broker. 
 
     
    