About Maven Plugin Java 5 Annotations

Java 5 annotations to use in Mojos.

Usage

To be able to use Maven Plugin Java 5 Annotations, add this artifact to your project dependencies in pom.xml:

<project>
  <dependencies>
    <dependency>
      <groupId>org.apache.maven.plugin-tools</groupId>
      <artifactId>maven-plugin-annotations</artifactId>
      <version>3.1</version>
    </dependency>
  </dependencies>
</project>