Thank you Wayne - this, of course, was exactly the problem. That'll teach me to depend on the Eclipse plugin for configuration. :)

-peter

On Mar 28, 2009, at 5:23 PM, Wayne Fay wrote:

<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



Reply via email to