externals:formatpoms
      Full name:
      org.kuali.maven.plugins:externals-maven-plugin:1.0.9: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}. User property is: externals.basedir. | 
          
          
            | ignoreDirectories | 
            String | 
            - | 
            Directories to ignore when examining the file system Default value is: src,target,overlays,.svn,.git. User property is: externals.ignoreDirectories. | 
          
          
            | pom | 
            String | 
            - | 
            The filename to include when examining the file system for Maven
pom's Default value is: pom.xml. User property is: externals.pom. | 
          
        
       
      Parameter Details
        basedir:
        The base directory that is recursively scanned for Maven pom's
        
          - Type: java.io.File
 
          - Required: No
 
          - User Property: externals.basedir
 
          - Default: ${project.basedir}
 
        
ignoreDirectories:
        Directories to ignore when examining the file system
        
          - Type: java.lang.String
 
          - Required: No
 
          - User Property: externals.ignoreDirectories
 
          - Default: src,target,overlays,.svn,.git
 
        
pom:
        The filename to include when examining the file system for Maven
pom's
        
          - Type: java.lang.String
 
          - Required: No
 
          - User Property: externals.pom
 
          - Default: pom.xml