externals:formatpoms

Full name:

org.kuali.maven.plugins:externals-maven-plugin:1.0.6:formatpoms

Description:

Recursively examine the file system for Maven poms starting at basedir. Any pom.xml files located have formatting applied to them.

Attributes:

  • Requires a Maven project to be executed.
  • Executes as an aggregator plugin.

Optional Parameters

Name Type Since Description
basedir File - The base directory that is recursively scanned for Maven pom's
Default value is: ${project.basedir}.
ignoreDirectories String - Directories to ignore when examining the file system
Default value is: src,target,.svn,.git.
pom String - The filename to include when examining the file system for Maven pom's
Default value is: pom.xml.

Parameter Details

basedir:

The base directory that is recursively scanned for Maven pom's
  • Type: java.io.File
  • Required: No
  • Expression: ${externals.basedir}
  • Default: ${project.basedir}

ignoreDirectories:

Directories to ignore when examining the file system
  • Type: java.lang.String
  • Required: No
  • Expression: ${externals.ignoreDirectories}
  • Default: src,target,.svn,.git

pom:

The filename to include when examining the file system for Maven pom's
  • Type: java.lang.String
  • Required: No
  • Expression: ${externals.pom}
  • Default: pom.xml