Skip to content

Commit

Permalink
contrib/abcl-asdf/mvn-module collect request needs a repository
Browse files Browse the repository at this point in the history
(Alan Ruttenberg)

The part of the patch involving ABCL-ASDF:RESOLVE has already been
addressed in Ferrada's MVN fixes contained in
<https://abcl.org/trac/changeset/15100>.

Merges <#67>
  • Loading branch information
mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f committed Apr 1, 2018
1 parent a5c5b66 commit b200a22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/abcl-asdf/mvn-module.lisp
Expand Up @@ -30,6 +30,7 @@
(let ((collect-request (java:jnew (jss:find-java-class "CollectRequest")))
(exclusions-collection (jss:new 'java.util.HashSet))
(compile-scope (java:jfield (jss:find-java-class "JavaScopes") "COMPILE")))
(#"addRepository" collect-request (ensure-remote-repository))
(loop for e in exclusions
for (groupid artifactid) = (abcl-build:split-string e #\:)
;; If i have scope be compile-scope it doesn't get excluded!!
Expand Down

0 comments on commit b200a22

Please sign in to comment.