Full name:
org.apache.sling:maven-sling-plugin:2.3.0:fsunmount
Description:
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. |
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. |
password | String | - | The password to authenticate at the running Sling instance. Default value is: admin. User property is: sling.password. |
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 |
---|---|---|---|
fileVaultFilterXmlFile | File | - | Path to META-INF/vault/filter.xml when using FileVault XML
filesystem layout. User property is: sling.filevault.filterxml.file. |
fileVaultJcrRootFile | File | - | FileVault filesystem layout content root folder. User property is: sling.filevault.jcr_root.file. |
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. |
user: