[jboss-user] [JBoss AOP] - Re: Maven 2 plugin?
stale.pedersen@jboss.org
do-not-reply at jboss.com
Thu Nov 15 05:51:01 EST 2007
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
More information about the jboss-user
mailing list