Fork me on GitHub

tidy:pom

Full name:

org.codehaus.mojo:tidy-maven-plugin:1.4.0:pom

Description:

Tidy up the pom.xml into the canonical order.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is not marked as thread-safe and thus does not support parallel builds.

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