Fork me on GitHub

tidy:check

Full name:

org.codehaus.mojo:tidy-maven-plugin:1.2.0:check

Description:

Checks that the pom.xml is tidy. Fails the build if mvn tidy:pom would create a different pom.xml than the current one.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Binds by default to the lifecycle phase: verify.

Optional Parameters

Name Type Since Description
<skip> boolean - Set this to 'true' to skip execution.
Default value is: false.
User property is: tidy.skip.

Parameter Details

<skip>

Set this to 'true' to skip execution.
  • Type: boolean
  • Required: No
  • User Property: tidy.skip
  • Default: false