fusion:formatpoms
Full name:
org.kuali.maven.plugins:fusion-maven-plugin:0.0.1: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.
- Invokes the execution of this plugin's goal formatpoms prior to executing itself.
Optional Parameters
Name |
Type |
Since |
Description |
basedir |
File |
- |
The base directory that is recursively scanned for Maven pom's Default value is: project.basedir. User property is: fusion.basedir. |
ignoreDirectories |
String |
- |
Directories to ignore when examining the file system Default value is: src,target,overlays,.git. User property is: fusion.ignoreDirectories. |
pom |
String |
- |
The filename to include when examining the file system for Maven
pom's Default value is: pom.xml. User property is: fusion.pom. |
Parameter Details
basedir:
The base directory that is recursively scanned for Maven pom's
- Type: java.io.File
- Required: No
- User Property: fusion.basedir
- Default: project.basedir
ignoreDirectories:
Directories to ignore when examining the file system
- Type: java.lang.String
- Required: No
- User Property: fusion.ignoreDirectories
- Default: src,target,overlays,.git
pom:
The filename to include when examining the file system for Maven
pom's
- Type: java.lang.String
- Required: No
- User Property: fusion.pom
- Default: pom.xml