amps:cli

Full name:

com.atlassian.maven.plugins:maven-amps-plugin:3.8:cli

Description:

(no description)

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
pluginManager PluginManager - The Maven PluginManager Object
product String - Product id
instanceId String - Instance to run. If provided, used to determine the product to use, instead of using the product ID.
allowGoogleTracking boolean -

Flag to enable Google tracking.

AMPS sends basic usage events to Google analytics by default. To disable tracking, either:

  1. Add <allow.google.tracking>false</allow.google.tracking> to the <properties> section of your .m2/settings.xml file
  2. Include <allowGoogleTracking>false</allowGoogleTracking> in the amps plugin configuration in your pom.xml
  3. or pass -Dallow.google.tracking=false on the command line.

Default value is: true.
cliPort int - (no description)
Default value is: 4330.

Parameter Details

pluginManager:

The Maven PluginManager Object
  • Type: org.apache.maven.plugin.PluginManager
  • Required: No

product:

Product id
  • Type: java.lang.String
  • Required: No
  • Expression: ${product}

instanceId:

Instance to run. If provided, used to determine the product to use, instead of using the product ID.
  • Type: java.lang.String
  • Required: No
  • Expression: ${instanceId}

allowGoogleTracking:

Flag to enable Google tracking.

AMPS sends basic usage events to Google analytics by default. To disable tracking, either:

  1. Add <allow.google.tracking>false</allow.google.tracking> to the <properties> section of your .m2/settings.xml file
  2. Include <allowGoogleTracking>false</allowGoogleTracking> in the amps plugin configuration in your pom.xml
  3. or pass -Dallow.google.tracking=false on the command line.
  • Type: boolean
  • Required: No
  • Expression: ${allow.google.tracking}
  • Default: true

cliPort:

(no description)
  • Type: int
  • Required: No
  • Expression: ${cli.port}
  • Default: 4330