To enable use the follwing configuration:
<plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>aspectj-maven-plugin</artifactId> <version>1.3.1</version> <configuration> <complianceLevel>1.6</complianceLevel> </configuration> <executions> <execution> <goals> <goal>compile</goal> <!--<goal>test-compile</goal> --> </goals> </execution> </executions> </plugin>