MVN

guru.nidi.maven.plugins : snippets-maven-plugin

Maven & Gradle

Jan 31, 2021
0 stars

Maven plugin of snippets.

<plugin>
    <groupId>guru.nidi.maven.plugins</groupId>
    <artifactId>snippets-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of guru.nidi.maven.plugins : snippets-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of guru.nidi.maven.plugins : snippets-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
snippets-maven-plugin-1.0.1
snippets-maven-plugin-1.0.0
0.0.x
snippets-maven-plugin-0.0.3
snippets-maven-plugin-0.0.2
snippets-maven-plugin-0.0.1

How to add a plugin to Maven

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

<plugin>
    <groupId>guru.nidi.maven.plugins</groupId>
    <artifactId>snippets-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>