As of today all of our maven builds started failing. These builds have been
working for well over a yr. With version 1.3 of the plugin our aspects were not
getting weaved during compile time. To get our builds working again we had to
move back to version 1.2. Is this a know issue / bug? Has there been new
configuration requirements that are not documented on the usage page? We would
prefer to use the new plugin but at this point it has broken every project
build we have. Our build/plugin configuration is below. Any insight would be
greatly appreciated.
Thanks,
Aaron
<!-- Used to trigger aspect compiling and weaving. Only
support JDK 1.5 -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<!-- If we don't use version 1.2 then the weave
process is not invoked -->
<version>1.2</version>
<configuration>
<source>1.5</source>
<argumentFileName>builddef-${project.artifactId}.lst</argumentFileName>
<target>1.5</target>
</configuration>
<executions>
<execution>
<goals>
<goal>compile</goal>
<!--
<goal>test-compile</goal> -->
</goals>
</execution>
</executions>
</plugin>
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email