refapp:run

Full name:

com.atlassian.maven.plugins:maven-refapp-plugin:3.1.3:run

Description:

Run the webapp

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.
  • Invokes the execution of the lifecycle phase package prior to executing itself.

Required Parameters

Name Type Since Description
targetDirectory File - (no description)
finalName String - (no description)
writePropertiesToFile boolean - (no description)
Default value is: false.

Optional Parameters

Name Type Since Description
pluginManager PluginManager - (no description)
product String - (no description)
containerId String - (no description)
Default value is: tomcat6x.
httpPort int - (no description)
Default value is: 0.
contextPath String - (no description)
server String - (no description)
Default value is: localhost.
productVersion String - (no description)
jvmArgs String - (no description)
systemProperties Properties - (no description)
log4jProperties File - (no description)
testResourcesVersion String - (no description)
productDataVersion String - (no description)
Default value is: LATEST.
productDataPath String - (no description)
pluginArtifacts List<ProductArtifact> - (no description)
libArtifacts List<ProductArtifact> - (no description)
bundledArtifacts List<ProductArtifact> - (no description)
salVersion String - (no description)
pdkVersion String - (no description)
Default value is: 0.4.
restVersion String - (no description)
webConsoleVersion String - (no description)
Default value is: 1.2.8.
pluginArtifactsString String - (no description)
libArtifactsString String - (no description)
bundledArtifactsString String - (no description)
installPlugin boolean - (no description)
Default value is: true.
artifactResolver ArtifactResolver - (no description)
localRepository ArtifactRepository - (no description)
repositories List - (no description)
artifactFactory ArtifactFactory - (no description)
products List<Product> - (no description)
output String - (no description)
wait boolean - (no description)
Default value is: true.

Parameter Details

pluginManager:

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

product:

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

containerId:

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

httpPort:

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

contextPath:

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

server:

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

productVersion:

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

jvmArgs:

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

systemProperties:

(no description)
  • Type: java.util.Properties
  • Required: No

log4jProperties:

(no description)
  • Type: java.io.File
  • Required: No

testResourcesVersion:

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

productDataVersion:

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

productDataPath:

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

pluginArtifacts:

(no description)
  • Type: java.util.List<com.atlassian.maven.plugins.amps.ProductArtifact>
  • Required: No

libArtifacts:

(no description)
  • Type: java.util.List<com.atlassian.maven.plugins.amps.ProductArtifact>
  • Required: No

bundledArtifacts:

(no description)
  • Type: java.util.List<com.atlassian.maven.plugins.amps.ProductArtifact>
  • Required: No

salVersion:

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

pdkVersion:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${pdk.version}
  • Default: 0.4

restVersion:

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

webConsoleVersion:

(no description)
  • Type: java.lang.String
  • Required: No
  • Expression: ${web.console.version}
  • Default: 1.2.8

pluginArtifactsString:

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

libArtifactsString:

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

bundledArtifactsString:

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

targetDirectory:

(no description)
  • Type: java.io.File
  • Required: Yes
  • Expression: ${project.build.directory}

finalName:

(no description)
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${project.build.finalName}

installPlugin:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${install.plugin}
  • Default: true

artifactResolver:

(no description)
  • Type: org.apache.maven.artifact.resolver.ArtifactResolver
  • Required: No

localRepository:

(no description)
  • Type: org.apache.maven.artifact.repository.ArtifactRepository
  • Required: No
  • Expression: ${localRepository}

repositories:

(no description)
  • Type: java.util.List
  • Required: No
  • Expression: ${project.remoteArtifactRepositories}

artifactFactory:

(no description)
  • Type: org.apache.maven.artifact.factory.ArtifactFactory
  • Required: No

products:

(no description)
  • Type: java.util.List<com.atlassian.maven.plugins.amps.Product>
  • Required: No

output:

(no description)
  • Type: java.lang.String
  • Required: No

wait:

(no description)
  • Type: boolean
  • Required: No
  • Expression: ${wait}
  • Default: true

writePropertiesToFile:

(no description)
  • Type: boolean
  • Required: Yes
  • Expression: ${amps.properties}
  • Default: false