Skip to content

sdaschner/jaxrs-analyzer-maven-plugin

Repository files navigation

JAX-RS Analyzer Maven Plugin

Maven plugin for the JAX-RS Analyzer.

To enable the plugin, simply add these lines to your pom.xml in the <plugins> section.

<plugin>
    <groupId>com.sebastian-daschner</groupId>
    <artifactId>jaxrs-analyzer-maven-plugin</artifactId>
    <version>0.17</version>
    <executions>
        <execution>
            <goals>
                <goal>analyze-jaxrs</goal>
            </goals>
            <configuration>
                <backend>swagger</backend>
                <deployedDomain>example.com</deployedDomain>
            </configuration>
        </execution>
    </executions>
</plugin>

After building your project, the documentation resides under 'target/jaxrs-analyzer/'.

For all configuration options please see the Maven plugin documentation.

About

Maven plugin for the JAX-RS Analyzer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages