Maven WalkMod Plugin

Maven plugin to apply coding conventions.

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.walkmod
ArtifactId

ArtifactId

maven-walkmod-plugin
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven WalkMod Plugin
Maven plugin to apply coding conventions.
Project URL

Project URL

https://github.com/rpau/maven-walkmod-plugin.git
Source Code Management

Source Code Management

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

Download maven-walkmod-plugin

How to add to project

<plugin>
    <groupId>org.walkmod</groupId>
    <artifactId>maven-walkmod-plugin</artifactId>
    <version>1.3</version>
</plugin>

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.maven : maven-plugin-api jar 3.3.3
org.walkmod : walkmod-cmd jar [2.0, 3.0)

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.3

test (3)

Group / Artifact Type Version
org.apache.maven.plugin-testing : maven-plugin-testing-harness jar 3.3.0
org.apache.maven : maven-core jar 3.3.3
org.apache.maven : maven-compat jar 3.3.3

Project Modules

There are no modules declared in this project.

maven-walkmod-plugin

Maven plugin to execute an embedded walkmod, an open source tool to apply coding conventions.

Usage

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

<plugin>
  <groupId>org.walkmod.maven.plugins</groupId>
  <artifactId>walkmod-maven-plugin</artifactId>
  <version>2.0.1</version>
  <executions>
    <execution>
      <phase>process-classes</phase>
      <goals>
        <goal>patch</goal>
      </goals>
    </execution>
  </executions>
</plugin>

Check all the documentation here

Contributors

Generate the Maven plugin descriptor with

mvn plugin:descriptor

Versions

Version
1.3
1.2
1.1
1.0