MVN

io.github.gitchenjh : endpoint-scan-maven-plugin

Maven & Gradle

Apr 28, 2023
1 stars

endpoint-scan-maven-plugin · A maven plugin to scan controllers and endpoints in your project

<plugin>
    <groupId>io.github.gitchenjh</groupId>
    <artifactId>endpoint-scan-maven-plugin</artifactId>
    <version>0.1.1-ALPHA</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.gitchenjh : endpoint-scan-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.1-ALPHA
  • Latest Alpha: 0.1.1-ALPHA

All Versions

Choose a version of io.github.gitchenjh : endpoint-scan-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
endpoint-scan-maven-plugin-0.1.1-ALPHA
endpoint-scan-maven-plugin-0.1.0-ALPHA

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.gitchenjh</groupId>
    <artifactId>endpoint-scan-maven-plugin</artifactId>
    <version>0.1.1-ALPHA</version>
</plugin>