MVN

com.github.aaitmouloud : aspectj-maven-plugin

Maven & Gradle

Dec 02, 2019
0 stars

Mojo's AspectJ Maven Plugin - NickWongDev 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>com.github.aaitmouloud</groupId>
    <artifactId>aspectj-maven-plugin</artifactId>
    <version>1.12.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.aaitmouloud : aspectj-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.12.2

All Versions

Choose a version of com.github.aaitmouloud : aspectj-maven-plugin to add to Maven - All Versions:

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

How to add a plugin to Maven

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

<plugin>
    <groupId>com.github.aaitmouloud</groupId>
    <artifactId>aspectj-maven-plugin</artifactId>
    <version>1.12.2</version>
</plugin>