GitHub user carrot-garden opened a pull request:
https://github.com/apache/karaf/pull/12
Bundle update snapshots
This pull request add support for new command.
See https://issues.apache.org/jira/browse/KARAF-2186
bunde:scanner (new command)
```
@Command( //
scope = "bundle", //
name = "scanner", //
description = "Scans and updates snapshot bundles.", //
detailedDescription = "Scans installed snapshot bundles, updates them from
remote maven repository, and re-deploys changed jars in karaf.")
```
Depends on
https://issues.apache.org/jira/browse/KARAF-2183
https://github.com/ops4j/org.ops4j.pax.url/pull/7
Was tested on karaf 3.0.0-SNAPSHOT
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/barchart/barchart-apache-karaf
bundle-update-snapshots
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/12.patch
----
commit 422c5e56f42328b488dc2d55640a002f50025b64
Author: Andrei.Pozolotin <[email protected]>
Date: 2013-02-13T23:31:33Z
add bundle scanner
commit 08b6458f17d2bc84e5dda52b583632ed745b1662
Author: Andrei Pozolotin <[email protected]>
Date: 2013-02-14T05:56:27Z
add scanner command
----