refapp:test-install

Full name:

com.atlassian.maven.plugins:maven-refapp-plugin:3.4-m1:test-install

Description:

(no description)

Attributes:

  • Requires a Maven 2.0 project to be executed.

Optional Parameters

Name Type Since Description
pluginManager PluginManager - (no description)
product String - (no description)
pluginKey String - (no description)
groupId String - (no description)
artifactId String - (no description)
httpPort int - (no description)
contextPath String - (no description)
username String - (no description)
Default value is: admin.
password String - (no description)
Default value is: admin.
server String - (no description)
Default value is: localhost.

Parameter Details

pluginManager:

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

product:

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

pluginKey:

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

groupId:

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

artifactId:

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

httpPort:

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

contextPath:

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

username:

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

password:

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

server:

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