Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] AspectJ Maven Plugin (aspectj.dev fork) 1.13 released

Dear AspectJ users,

I have just released a new version of this plugin:

<plugin>
<groupId>dev.aspectj</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.13</version>
</plugin>


It is already available on Maven Central and has a few improvements compared to the MojoHaus version, such as

  • a few additional options,
  • easier configuration due to improved language level precedence,
  • Java 17-EA support (if you use a current AspectJ 1.9.8 snapshot).

The full Maven documentation site is here.

--
Alexander Kriegisch
https://scrum-master.de


Back to the top