MVN

org.anc.maven.plugins : anc-maven-plugin

Maven & Gradle

May 31, 2019

ANC Maven Plugin · Generates license, copyright files and logback configuration.

<plugin>
    <groupId>org.anc.maven.plugins</groupId>
    <artifactId>anc-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.anc.maven.plugins : anc-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of org.anc.maven.plugins : anc-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
anc-maven-plugin-1.1.0
1.0.x
anc-maven-plugin-1.0.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>org.anc.maven.plugins</groupId>
    <artifactId>anc-maven-plugin</artifactId>
    <version>1.1.0</version>
</plugin>

Advertisement