#436: feature request maven exclude dependency ------------------------------+---------------------- Reporter: aruttenberg | Owner: mevenson Type: enhancement | Status: accepted Priority: blocker | Milestone: Component: (A)MOP | Version: Resolution: | Keywords: Parent Tickets: | ------------------------------+---------------------- Changes (by mevenson): * owner: => mevenson * status: new => accepted Comment: Not sure as to which syntax to specify exclusion. {{{ (:mvn "net.sourceforge.owlapi/owlapi-distribution/4.2.6" :exclude (":org.protege.editor.owl:" ..)) }}} What is syntax of the strings being passed to the `:exclude` clause here? Wouldn't it be simpler if they were regular mvn objects, i.e. {{{ (:mvn "net.sourceforge.owlapi/owlapi-distribution/4.2.6" :exclude ((:mvn "group/artifact/version"))) }}} -- Ticket URL: <http://abcl.org/trac/ticket/436#comment:3> armedbear <http://abcl.org> armedbear