crowd:create-plugin-module

Full name:

com.atlassian.maven.plugins:maven-crowd-plugin:3.9.2-m2:create-plugin-module

Description:

@since 3.6

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.

Optional Parameters

Name Type Since Description
pluginManager PluginManager - (no description)
product String - (no description)
instanceId String - (no description)
allowGoogleTracking boolean - (no description)
Default value is: true.
pluginModuleSelectionQueryer PluginModuleSelectionQueryer - (no description)
pluginModulePrompterFactory PluginModulePrompterFactory - (no description)
pluginModuleCreatorFactory PluginModuleCreatorFactory - (no description)

Parameter Details

pluginManager:

(no description)
  • Type: org.apache.maven.plugin.PluginManager
  • Required: No

product:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${product}

instanceId:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${instanceId}

allowGoogleTracking:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${allow.google.tracking}
  • Default: true

pluginModuleSelectionQueryer:

(no description)
  • Type: com.atlassian.maven.plugins.amps.codegen.PluginModuleSelectionQueryer
  • Required: No

pluginModulePrompterFactory:

(no description)
  • Type: com.atlassian.maven.plugins.amps.codegen.prompter.PluginModulePrompterFactory
  • Required: No

pluginModuleCreatorFactory:

(no description)
  • Type: com.atlassian.plugins.codegen.modules.PluginModuleCreatorFactory
  • Required: No