externals:commit
      Full name:
      org.kuali.maven.plugins:externals-maven-plugin:1.0.9:commit
      Description:
      Examine the local working copy of a project for any svn:externals
definitions. Commit any local changes including any changes under
the svn:externals directories.
      Attributes:
      
        - Requires a Maven project to be executed.
 
        - Executes as an aggregator plugin.
 
      
      Optional Parameters
        
          
            | Name | 
            Type | 
            Since | 
            Description | 
          
          
            | commitMessage | 
            String | 
            - | 
            The message to associate with the commit Default value is: [externals-maven-plugin] Commit changes. User property is: externals.commitMessage. | 
          
          
            | workingCopy | 
            File | 
            - | 
            The directory where a local working copy of the project is checked
out Default value is: ${project.basedir}. User property is: externals.workingCopy. | 
          
        
       
      Parameter Details
        commitMessage:
        The message to associate with the commit
        
          - Type: java.lang.String
 
          - Required: No
 
          - User Property: externals.commitMessage
 
          - Default: [externals-maven-plugin] Commit changes
 
        
workingCopy:
        The directory where a local working copy of the project is checked
out
        
          - Type: java.io.File
 
          - Required: No
 
          - User Property: externals.workingCopy
 
          - Default: ${project.basedir}