Full name:

io.wcm.maven.plugins:cq-maven-plugin:1.2.1-SNAPSHOT:install

Description:

Executes install phase and installs an OSGi bundle jar to a running Sling instance (combines goals "install" and "sling:install").

Attributes:

  • Requires a Maven project to be executed.
  • Requires dependency resolution of artifacts in scope: compile.
  • The goal is thread-safe and supports parallel builds.
  • Invokes the execution of the following lifecycle phase prior to executing itself: install.

Required Parameters

Name Type Since Description
<slingConsolePassword> String - The password to authenticate at osgi console
Default: admin
User Property: sling.console.password
<slingConsoleUrl> String - The URL of osgi console
Default: http://localhost:8080/system/console
User Property: sling.console.url
<slingConsoleUser> String - The user name to authenticate at osgi console
Default: admin
User Property: sling.console.user
<slingPluginVersion> String - Version of sling plugin
Default: 2.4.2
User Property: sling.plugin.version

Parameter Details

<slingConsolePassword>

The password to authenticate at osgi console
  • Type: java.lang.String
  • Required: Yes
  • User Property: sling.console.password
  • Default: admin

<slingConsoleUrl>

The URL of osgi console
  • Type: java.lang.String
  • Required: Yes
  • User Property: sling.console.url
  • Default: http://localhost:8080/system/console

<slingConsoleUser>

The user name to authenticate at osgi console
  • Type: java.lang.String
  • Required: Yes
  • User Property: sling.console.user
  • Default: admin

<slingPluginVersion>

Version of sling plugin
  • Type: java.lang.String
  • Required: Yes
  • User Property: sling.plugin.version
  • Default: 2.4.2

Back to top

Version: 1.2.1-SNAPSHOT. Last Published: 2024-05-06.