Full name:
org.apache.sling:maven-sling-plugin:2.3.2:install
Description:
Intermediate Node Creation
For all deploymentMethods except WebDAV the bundle is not directly deployed within the OSGi container, but rather being uploaded to the JCR and from there on being picked up by the JCR Installer Provider asynchronously, which takes care of deploying it in the OSGi container. For both other deployment methods, intermediate nodes (i.e. inexisting parent nodes) are automatically created. The primary type of those intermediate nodes depend on the deployment method.
Attributes:
Name | Type | Since | Description |
---|---|---|---|
bundleFileName | String | - | The name of the generated JAR file. Default value is: ${project.build.directory}/${project.build.finalName}.jar. User property is: sling.file. |
bundleStart | boolean | - | Whether to start the uploaded bundle or not. Only applies when
POSTing to Felix Web Console Default value is: true. User property is: sling.bundle.start. |
bundleStartLevel | String | - | The start level to set on the installed bundle. If the bundle is
already installed and therefore is only updated this parameter is
ignored. The parameter is also ignored if the running Sling
instance has no StartLevel service (which is unusual actually).
Only applies when POSTing to Felix Web Console. Default value is: 20. User property is: sling.bundle.startlevel. |
failOnError | boolean | - | Determines whether or not to fail the build if the HTTP POST or PUT
returns an non-OK response code. Default value is: true. User property is: sling.failOnError. |
mimeType | String | - | The content type / mime type used for WebDAV or Sling POST
deployment. Default value is: application/java-archive. User property is: sling.mimeType. |
mountByFS | boolean | - | Whether to add the mapping for the Apache
Sling File System Resource Provider. Default value is: false. User property is: sling.mountByFS. |
password | String | - | The password to authenticate at the running Sling instance. Default value is: admin. User property is: sling.password. |
refreshPackages | boolean | - | Whether to refresh the packages after installing the uploaded
bundle. Only applies when POSTing to Felix Web Console Default value is: true. User property is: sling.refreshPackages. |
skip | boolean | - | Whether to skip this step even though it has been configured in the
project to be executed. This property may be set by the
sling.install.skip comparable to the
maven.test.skip property to prevent running the unit
tests. Default value is: false. User property is: sling.install.skip. |
slingUrl | String | - | The URL of the running Sling instance. The default is only useful
for WebConsole deployment. Default value is: http://localhost:8080/system/console. User property is: sling.url. |
user | String | - | The user name to authenticate at the running Sling instance. Default value is: admin. User property is: sling.user. |
Name | Type | Since | Description |
---|---|---|---|
deploymentMethod | BundleDeploymentMethod | - | Bundle deployment method. One of the following three values are
allowed
User property is: sling.deploy.method. |
slingConsoleUrl | String | - | The WebConsole URL of the running Sling instance. This is required
for file system provider operations. If not configured the value of
slingUrl is used. User property is: sling.console.url. |
slingUrlSuffix | String | - | An optional url suffix which will be appended to the
sling.url for use as the real target url. This allows
to configure different target URLs in each POM, while using the
same common sling.url in a parent POM (eg.
sling.url=http://localhost:8080 and
sling.urlSuffix=/project/specific/path). This is
typically used in conjunction with WebDAV or SlingPostServlet
deployment methods. User property is: sling.urlSuffix. |
usePut | boolean | - | Deprecated. Use deploymentMethod instead. Default value is: false. User property is: sling.usePut. |
skip:
user: