Skip to content

gitchenjh/endpoint-scan-maven-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

endpoint-scan-maven-plugin

A maven plugin to scan controllers and endpoints in your project

Requirement

Java version 8+

Maven version 3.3.9+

How to use

Add this plugin to plugins tag in your maven pom.xml file

<plugin>
    <groupId>io.github.gitchenjh</groupId>
    <artifactId>endpoint-scan-maven-plugin</artifactId>
    <version>0.1.1-ALPHA</version>
    <executions>
        <execution>
            <phase>process-classes</phase>
            <goals>
                <goal>scan</goal>
            </goals>
        </execution>
    </executions>
</plugin>

Then you can compile your project as usual

After compile you can find two file named as project-controllers and project-endpoints in project output folder (target/class) which contains the controllers and endpoints information in you project

About

A maven plugin to scan endpoints for java projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages