An open API service indexing awesome lists of open source software.

https://github.com/walkmod/maven-walkmod-plugin

Maven plugin to execute an embedded walkmod as a plugin
https://github.com/walkmod/maven-walkmod-plugin

java maven-plugin walkmod

Last synced: 5 months ago
JSON representation

Maven plugin to execute an embedded walkmod as a plugin

Awesome Lists containing this project

README

          

maven-walkmod-plugin
====================
Raquel Pau

Maven plugin to execute an embedded http://www.walkmod.com[walkmod], an open source tool to apply coding conventions.

== Usage
There are three supported goals: "apply", "check", "patch".
----

org.walkmod.maven.plugins
walkmod-maven-plugin
2.0.1


process-classes

patch


----

Check all the documentation http://walkmod.github.io/maven-walkmod-plugin/usage.html[here]

== Contributors

Generate the Maven plugin descriptor with
----
mvn plugin:descriptor
----