MVN

io.github.willhains : package-info-maven-plugin

Maven & Gradle

May 24, 2021
1 stars

Package Info Maven Plugin · Maven plugin that automatically generates package-info.java files based on a template.

<plugin>
    <groupId>io.github.willhains</groupId>
    <artifactId>package-info-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.willhains : package-info-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of io.github.willhains : package-info-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
package-info-maven-plugin-1.2.0

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.github.willhains</groupId>
    <artifactId>package-info-maven-plugin</artifactId>
    <version>1.2.0</version>
</plugin>