I have a trivial aspectj example I am using for testing with Maven. The
aspectj compiler appears to be called at the correct times, but the
resulting surefire plugin run does not give the correct results. It works
fine when run under eclipse using the eclipse aspectj plugin.
How can I configure the plugin the weave the test code with aspects defined
in src/main?
Currently my plugin configuration is exactly as specified on the plugin docs
page:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<goals>
<goal>compile</goal>
<goal>test-compile</goal>
</goals>
</execution>
</executions>
</plugin>
--
View this message in context:
http://www.nabble.com/AspectJ-weaving-problems-tp21552340p21552340.html
Sent from the mojo - user mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email