MVN

fr.opensagres.maven.plugins : no-annotations-maven-plugin

Maven & Gradle

Jul 08, 2016

no-annotations-maven-plugin Maven Plugin · A maven plugin to create an API with no external dependencies (eg: swagger, jackson...)

<plugin>
    <groupId>fr.opensagres.maven.plugins</groupId>
    <artifactId>no-annotations-maven-plugin</artifactId>
    <version>0.8.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.opensagres.maven.plugins : no-annotations-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.8.0

All Versions

Choose a version of fr.opensagres.maven.plugins : no-annotations-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
no-annotations-maven-plugin-0.8.0
0.7.x
no-annotations-maven-plugin-0.7.1
no-annotations-maven-plugin-0.7.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>fr.opensagres.maven.plugins</groupId>
    <artifactId>no-annotations-maven-plugin</artifactId>
    <version>0.8.0</version>
</plugin>