Full name:
com.atlassian.maven.plugins:maven-amps-plugin:3.8:cli
Description:
Attributes:
| 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:
Default value is: true. |
| cliPort | int |
- |
(no description) Default value is: 4330. |
org.apache.maven.plugin.PluginManagerNojava.lang.StringNo${product}java.lang.StringNo${instanceId}Flag to enable Google tracking.
AMPS sends basic usage events to Google analytics by default. To disable tracking, either:
<allow.google.tracking>false</allow.google.tracking>
to the <properties> section of your
.m2/settings.xml file<allowGoogleTracking>false</allowGoogleTracking>
in the amps plugin configuration in your pom.xml-Dallow.google.tracking=false on the
command line.booleanNo${allow.google.tracking}trueintNo${cli.port}4330