You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/11/26 22:12:11 UTC

[jira] [Commented] (SLING-5335) maven-sling-plugin: Allow installing bundles through SlingPostServlet mechanisms

    [ https://issues.apache.org/jira/browse/SLING-5335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15029249#comment-15029249 ] 

ASF GitHub Bot commented on SLING-5335:
---------------------------------------

GitHub user kemuri-9 opened a pull request:

    https://github.com/apache/sling/pull/115

    SLING-5335: maven-sling-plugin support for SlingPostServlet usage.

    * Allow usage of SlingPostServlet for install and uninstall operations.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kemuri-9/sling SLING-5335

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/115.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #115
    
----
commit 1dec7fd73474ce6f9bc89fb10bd360cb1e1164a0
Author: Steven Walters <ke...@gmail.com>
Date:   2015-11-26T21:10:16Z

    SLING-5335: maven-sling-plugin support for SlingPostServlet usage.
    * Allow usage of SlingPostServlet for install and uninstall operations.

----


> maven-sling-plugin: Allow installing bundles through SlingPostServlet mechanisms
> --------------------------------------------------------------------------------
>
>                 Key: SLING-5335
>                 URL: https://issues.apache.org/jira/browse/SLING-5335
>             Project: Sling
>          Issue Type: New Feature
>          Components: Maven Plugins and Archetypes
>            Reporter: Steven Walters
>            Priority: Minor
>             Fix For: Maven Sling Plugin 2.1.8
>
>
> Add an additional route of installing bundles in maven-sling-plugin through the SlingPostServlet mechanisms.
> Currently, there are only two methodologies supported for installing (and uninstall) bundles:
> # Through POSTing to the Felix Web Console
> # Through PUTing to WebDAV
> By adding the ability to install through SlingPostServlet, bundles can be deployed into the resource tree (JCR) when WebDAV is not installed.
> For maintaining full-backwards compatibility, the proposition here is the addition of another boolean flag to the Mojo named {{useSlingPost}} that defaults to {{false}}.
> Altering this new flag to be the value {{true}} will trigger the use of the new methodology.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)