Releases: dev-aspectj/aspectj-maven-plugin
Releases · dev-aspectj/aspectj-maven-plugin
1.14
- Consider classpath dependencies in "build needed" check. Fixes mojohaus/aspectj-maven-plugin#15.
- Downgrade default
aspectjtools
dependency to 1.9.7 for plugin to run on Java 8 again by default. Upgrading is still easily possible. - Both the plugin builds themselves (including sources and javadocs) and the artifacts produced by the plugin are reproducible, see also the Maven mini guide. For more information, read the descriptions for options
argumentFileDirectory
andargumentFileName
. Mojohaus version 1.14.0 does not produce reproducible AspectJ artifacts, only the plugin itself has a partially reproducible build (JAR only, not javadoc). - Generate plugin documentation from ADOC (Asciidoc), no longer from APT (Almost Plain Text).