fusion:split

Full name:

org.kuali.maven.plugins:fusion-maven-plugin:0.0.1:split

Description:

(no description)

Attributes:

  • Requires a Maven project to be executed.
  • Invokes the execution of this plugin's goal split prior to executing itself.

Optional Parameters

Name Type Since Description
aggregateBranchName String - (no description)
User property is: fusion.aggregateBranchName.
aggregateBranchRefSpec String - (no description)
User property is: fusion.aggregateBranchRefSpec.
amend String - (no description)
Default value is: false.
User property is: fusion.amendSplitCommit.
buildNumberProperty String - The property where the current build number is stored. Jenkins automatically sets an environment variable called BUILD_NUMBER each time a job is run
Default value is: env.BUILD_NUMBER.
User property is: fusion.buildNumberProperty.
commitBeforeSplit String - (no description)
Default value is: false.
User property is: fusion.commitBeforeSplit.
externalCGitCommand String - Certain operations are slow for JGit so this allows us to run them using C git.
Default value is: git.
User property is: fusion.externalCGitCommand.
mappings List - These mappings connect the svn:externals definitions with a property inside the root pom that controls what version each external is set to
splitStyle SplitStyle - (no description)
User property is: fusion.splitStyle.

Parameter Details

aggregateBranchName:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: fusion.aggregateBranchName

aggregateBranchRefSpec:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: fusion.aggregateBranchRefSpec

amend:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: fusion.amendSplitCommit
  • Default: false

buildNumberProperty:

The property where the current build number is stored. Jenkins automatically sets an environment variable called BUILD_NUMBER each time a job is run
  • Type: java.lang.String
  • Required: No
  • User Property: fusion.buildNumberProperty
  • Default: env.BUILD_NUMBER

commitBeforeSplit:

(no description)
  • Type: java.lang.String
  • Required: No
  • User Property: fusion.commitBeforeSplit
  • Default: false

externalCGitCommand:

Certain operations are slow for JGit so this allows us to run them using C git.
  • Type: java.lang.String
  • Required: No
  • User Property: fusion.externalCGitCommand
  • Default: git

mappings:

These mappings connect the svn:externals definitions with a property inside the root pom that controls what version each external is set to
  • Type: java.util.List
  • Required: No

splitStyle:

(no description)
  • Type: org.kuali.maven.plugins.fusion.SplitStyle
  • Required: No
  • User Property: fusion.splitStyle