Skip to content

Instantly share code, notes, and snippets.

@manicmonkey
Created November 3, 2013 15:21
Show Gist options
  • Save manicmonkey/7291373 to your computer and use it in GitHub Desktop.
Save manicmonkey/7291373 to your computer and use it in GitHub Desktop.
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration>
<complianceLevel>1.6</complianceLevel>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment