Add dev:watch command to monitor for Maven snapshot updates at development time
-------------------------------------------------------------------------------
Key: KARAF-317
URL: https://issues.apache.org/jira/browse/KARAF-317
Project: Karaf
Issue Type: Improvement
Components: console
Affects Versions: 2.1.2
Reporter: Gert Vanthienen
Fix For: 2.2.0
At development time, it would be useful if we could auto-deploy new Maven
snapshots into the container, so the developer can just build and test without
having to osgi:update the bundle manually.
We could add a dev:watch command to enable this feature for a given (set of)
bundle(s). Examples
* dev:watch <bundle id> enables it for a single bundle
* dev:watch mvn:some.group.id/* or a similar filter to auto-enable it for
selected artifacts
* perhaps also allow using dev:watch without parameters to find out which
bundles are being monitored and which location is used for picking up changes.
Cfr.
http://karaf.922171.n3.nabble.com/Ability-to-watch-a-bundle-location-td2027470.html
for background on this issue
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.