hello steven.
i use a configuration just like this:
<configuration>
<slingUrl>${server}/system/console</slingUrl>
<user>${sling.user}</user>
<password>${sling.pass}</user>
<mountByFS>false</mountByFS>
</configuration>
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 Walters [mailto:[email protected]]
>Sent: Wednesday, October 28, 2015 4:11 PM
>To: [email protected]
>Subject: sling-maven-plugin install goal issues
>
>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 folder within the JCR.
>So this was configured in the pom.xml such as
><configuration>
> <slingUrl>${server}/apps/install</slingUrl>
> <usePut>true</usePut>
> <user>${sling.user}</user>
> <password>${sling.pass}</user>
></configuration>
>The target system here was a 5.x version of CQ/AEM.