jira-importer
jira-importer
**[Karl Heinz Marbaise](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=khmarbaise)** commented To be honest from the intention of the maven-install-plugin something like what you wish does not make sense. Furthermore if i take a look into Karaf...
**[Jesse Glick](https://issues.apache.org/jira/secure/[email protected])** commented [Use case from StackOverflow](http://stackoverflow.com/q/35451973/12916)
**[Guillaume Boué](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gboue)** commented In this use case, the OP wants to remove their installed artifacts from the local repo. I would guess that they use a consistent set of Maven...
**[Michael Vorburger](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vorburger)** commented Yes Karaf only updates Maven based URLs and Maven SNAPSHOTs, and that's exactly what this is for; a proposed new option to be able to install artifacts...
**[Jesse Glick](https://issues.apache.org/jira/secure/[email protected])** commented In my case there is no simple list of coördinates I could purge in that fashion, as I work on numerous projects from time to time, and...
**[Michael Vorburger](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=vorburger)** commented I've run into this again today in the context of https://bugs.opendaylight.org/show_bug.cgi?id=8050, realizing that the original "workaround" was stupid / limited, and so was motivated to make my...
**[Tamas Cservenak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=cstamas)** commented Am torn here... this "watch" thing (if am right, it relies on [this](https://github.com/apache/karaf/blob/main/bundle/core/src/main/java/org/apache/karaf/bundle/core/internal/BundleWatcherImpl.java#L209) and especially on [Parser](https://github.com/apache/karaf/blob/b21ac87194dd9820e20eb1cf16539f8a7d4f4ff6/util/src/main/java/org/apache/karaf/util/maven/Parser.java#L422) and these are "naive" implementations of maven repo. In other...