sling-maven-plugin install goal issues

2015-10-28 Thread Steven Walters
I'm trying to use the sling-maven-plugin install as described at [0]. I'm now encountering a scenario where I can not use the goal to install a bundle in a particularly desired way. Previously, this was being used successfully within the environment to place the bundles under the /apps/install

RE: sling-maven-plugin install goal issues

2015-10-28 Thread Jason Bailey
I'm reading Steven's concern as that the Sling plugin is not assuming the use of the Sling post handler. Which is preventing the use of the POST command to the desired location. Which is kind of odd. -Original Message- From: Stefan Seifert [mailto:sseif...@pro-vision.de] Sent:

RE: sling-maven-plugin install goal issues

2015-10-28 Thread Stefan Seifert
hello steven. i use a configuration just like this: ${server}/system/console ${sling.user} ${sling.pass} false which posts the bundle to the felix webconsole, deploys and starts them. they are not stored in the repository, though. stefan >-Original Message- >From: Steven

Re: sling-maven-plugin install goal issues

2015-10-28 Thread Steven Walters
Yes, this was a surprise to find that the plugin for/by Sling would ignore basic Sling provided functionalities, in this scenario always utilizing/assuming functionality of Felix instead. Would the developers/maintainers be open to an enhancement to the plugin to support this scenario? On Wed,