MVN

io.starter : aspectj-maven-plugin

Maven & Gradle

Nov 10, 2019

Starter Inc Fork of Mojo's AspectJ Maven Plugin · 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>io.starter</groupId>
    <artifactId>aspectj-maven-plugin</artifactId>
    <version>1.12.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.starter : aspectj-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.12.9

All Versions

Choose a version of io.starter : aspectj-maven-plugin to add to Maven - All Versions:

  • Version Updated
  • aspectj-maven-plugin-1.12.9

    Nov 10, 2019
  • aspectj-maven-plugin-1.12.6

    Nov 03, 2019
  • aspectj-maven-plugin-1.12.4

    Nov 03, 2019

How to add a plugin to Maven

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

<plugin>
    <groupId>io.starter</groupId>
    <artifactId>aspectj-maven-plugin</artifactId>
    <version>1.12.9</version>
</plugin>