Title: Message Title
Krzysztof Debski edited a comment on an issue
Mojo's AspectJ Maven Plugin / Bug MASPECTJ-130
Java 1.7 source code not supported
The plugin ignores the source code level (1.7) and uses 1.5 instead.

Configuration:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.5</version>
<configuration>
<complianceLevel>1.7</complianceLevel>
<source>1.7</source>
<target>1.7</target>
</configurati...
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to