MVN

se.haleby.aspectj : aspectj-maven-plugin

Maven & Gradle

Aug 27, 2020
2 stars

Mojo's AspectJ Maven Plugin - Johan Haleby Fork · Handles AspectJ usage within Maven. Functionality provided is: weaving of aspects (or existing aspects from libraries) with the test and/or main classes, weaving of pre-existing jars and ajdoc reporting.

<plugin>
    <groupId>se.haleby.aspectj</groupId>
    <artifactId>aspectj-maven-plugin</artifactId>
    <version>1.12.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of se.haleby.aspectj : aspectj-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.12.7

All Versions

Choose a version of se.haleby.aspectj : aspectj-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.12.x
aspectj-maven-plugin-1.12.7

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>se.haleby.aspectj</groupId>
    <artifactId>aspectj-maven-plugin</artifactId>
    <version>1.12.7</version>
</plugin>