fusion:fuse

Full name:

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

Description:

(no description)

Attributes:

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

Optional Parameters

Name Type Since Description
aggregateBranchRefSpec String - (no description)
User property is: fusion.aggregateBranchRefSpec.
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.
checkoutFusedBranch String - (no description)
Default value is: true.
User property is: fusion.checkoutFusedBranch.
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.
fuseLatestBranchHeads String - (no description)
Default value is: false.
User property is: fusion.useLatestBranchHeads.
fusionDataFile File - (no description)
Default value is: fusion-maven-plugin.dat.
User property is: fusion.dataFile.
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
preferFusionDataFile String - (no description)
Default value is: false.
User property is: fusion.useDataFile.

Parameter Details

aggregateBranchRefSpec:

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

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

checkoutFusedBranch:

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

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

fuseLatestBranchHeads:

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

fusionDataFile:

(no description)
  • Type: java.io.File
  • Required: No
  • User Property: fusion.dataFile
  • Default: fusion-maven-plugin.dat

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

preferFusionDataFile:

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