[armedbear] #436: feature request maven exclude dependency
armedbear
armedbear-devel at common-lisp.net
Wed Mar 29 17:28:16 UTC 2017
#436: feature request maven exclude dependency
------------------------------+----------------------
Reporter: aruttenberg | Owner: mevenson
Type: enhancement | Status: accepted
Priority: blocker | Milestone:
Component: java | Version:
Resolution: | Keywords:
Parent Tickets: |
------------------------------+----------------------
Comment (by aruttenberg):
I think it should be as I wrote, a list of strings. The strings are
groupid:artifactid:version as with the ones inside a (:mvn) component, but
with any of the three components blank, meaning match anything.
Or, could take a lambda with args (groupid artifactid version why) of the
dependency that might be loaded and if it returns nil it means skip it.
The variable "why" is the path of dependencies that led to this one. The
elements could be (:mvn blah) - that works here.
I just got bit by this again.
--
Ticket URL: <http://abcl.org/trac/ticket/436#comment:5>
armedbear <http://abcl.org>
armedbear
More information about the armedbear-ticket
mailing list