hm, it looks like that 2.0.0.beta1 has been buildt by the automated buildsystem (it can be found here: http://repository.jboss.com/maven2/org/jboss/maven/plugins/maven-jbossaop-plugin/2.0.0.beta1/). but the only version i personally have uploaded and tested is 1.0-SNAPSHOT. This version works against 2.0.0.alpha2, but not beta1. If you change your pom.xml to something like:
| <plugin> | <groupId>org.jboss.maven.plugins</groupId> | <artifactId>maven-jbossaop-plugin</artifactId> | <version>1.0-SNAPSHOT</version> | .... | </plugin> | it should work. - if not let me know here and ill have a look. ill try to release a new version of the plugin with an updated dependency to the latest aop release shortly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104926#4104926 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4104926 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
