Fork me on GitHub

tidy:check

Full name:

org.codehaus.mojo:tidy-maven-plugin:1.4.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
<pomFile> File 1.3.0 The path of the pom file to process.
Default: ${project.file}
User Property: tidy.pomFile
<skip> boolean - Set this to 'true' to skip execution.
Default: false
User Property: tidy.skip

Parameter Details

<pomFile>

The path of the pom file to process.
  • Type: java.io.File
  • Since: 1.3.0
  • Required: No
  • User Property: tidy.pomFile
  • Default: ${project.file}

<skip>

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