[
https://issues.apache.org/jira/browse/SLING-10?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527596
]
Felix Meschberger commented on SLING-10:
----------------------------------------
Added the install goal to the pluginManagement for the maven-sling-plugin. Thus
adding the maven-sling-plugin to any of the derived (that is the other
Sling projects) projects will automatically execute the install goal during the
install phase. To disable this behaviour set the sling.install.skip property
either on the command line when running maven or by setting the propery in the
respective pom.
> Implement support to install bundles into a locally running Sling instance
> --------------------------------------------------------------------------
>
> Key: SLING-10
> URL: https://issues.apache.org/jira/browse/SLING-10
> Project: Sling
> Issue Type: New Feature
> Components: Plugin
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: 2.0.0
>
>
> While developing and testing bundles for Sling, it would be usefull, if
> during a certain phase of the Maven build process the bundle could be
> installed on a running Sling instances. The manual method of installing such
> a bundle generally involves going to Sling Console select the bundle file to
> upload and send the file. If the bundle is new, it may optionally be started
> and assigned a start level.
> This file upload may easily be automated by a Maven plugin, which e.g. uses
> the Commons HttpClient to upload the file.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.