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
- Host: GitHub
- URL: https://github.com/walkmod/maven-walkmod-plugin
- Owner: walkmod
- Created: 2014-06-03T11:18:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T18:55:51.000Z (about 8 years ago)
- Last Synced: 2024-05-28T17:33:59.210Z (about 2 years ago)
- Topics: java, maven-plugin, walkmod
- Language: HTML
- Size: 539 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.asciidoc
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
----