Benjamin,

Just wanted to say thanks.  That worked great.

On Aug 1, 2008, at 7:40 AM, Benjamin Bentmann wrote:

Dave Whittaker wrote:

I don't suppose there is a way to change the version of AspectJ the plugin uses for compilation?

Using

<plugin>
  <artifactId>aspectj-maven-plugin</artifactId>
  <dependencies>
    <dependency>
      <!-- your preferred AspectJ version here -->
    </dependency>
  </dependencies>
</plugin>

you can add dependencies to the plugin's class path. These should come up front the normal plugin dependencies so in principle that should allow you to override the AspectJ version (as long as it's binary compatible).


Benjamin

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

 http://xircles.codehaus.org/manage_email




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to