externals:commit

Full name:

org.kuali.maven.plugins:externals-maven-plugin:1.0.8: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.
workingCopy File - The directory where a local working copy of the project is checked out
Default value is: ${project.basedir}.

Parameter Details

commitMessage:

The message to associate with the commit
  • Type: java.lang.String
  • Required: No
  • Expression: ${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
  • Expression: ${externals.workingCopy}
  • Default: ${project.basedir}