> <build> > <pluginManagement> > <plugins>
Compare your build/pluginManagement/plugins to what is actually documented on the site: http://mojo.codehaus.org/aspectj-maven-plugin/usage.html What you've configured will simply tell the aspectj plugin what configuration to use when it runs. But then you fail to bind an execution of the plugin to your build in the usual build/plugin node. PluginManagement works just like DependencyManagement -- you still need to declare the plugin in the build/plugins node... Wayne --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email