Full name:
org.apache.sling:maven-sling-plugin:2.3.0:fsmount
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 |
---|---|---|---|
deployFsResourceBundle | boolean | - | Deploy org.apache.sling.fsresource to Sling instance
bundle when it is not deployed already. Default value is: true. |
deployFsResourceBundlePrerequisites | List | - | Bundles that have to be installed as prerequisites to execute this
goal. With multiple entries in the list different bundles with
different preconditions can be defined. Default value is:: <deployFsResourceBundlePrerequisites> <bundlePrerequisite> <bundles> <bundle> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.fsresource</artifactId> <version>2.1.4</version> </bundle> </bundles> <preconditions> <bundle> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.resourceresolver</artifactId> <version>1.5.18</version> </bundle> </preconditions> </bundlePrerequisite> <bundlePrerequisite> <bundles> <bundle> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.fsresource</artifactId> <version>1.4.4</version> </bundle> </bundles> </bundlePrerequisite> </deployFsResourceBundlePrerequisites> |
deploymentMethod | BundleDeploymentMethod | - | Bundle deployment method. One of the following three values are
allowed
Default value is: WebConsole. User property is: sling.deploy.method. |
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. |
deployFsResourceBundlePrerequisites:
<deployFsResourceBundlePrerequisites> <bundlePrerequisite> <bundles> <bundle> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.fsresource</artifactId> <version>2.1.4</version> </bundle> </bundles> <preconditions> <bundle> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.resourceresolver</artifactId> <version>1.5.18</version> </bundle> </preconditions> </bundlePrerequisite> <bundlePrerequisite> <bundles> <bundle> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.fsresource</artifactId> <version>1.4.4</version> </bundle> </bundles> </bundlePrerequisite> </deployFsResourceBundlePrerequisites>
user: