#268: ABCL-ASDF working with maven-3.0.3 ------------------------------------------+--------------------------------- Reporter: mevenson | Owner: mevenson Type: defect | Status: new Priority: blocker | Milestone: 1.1.0 Component: libraries | Version: Keywords: maven abcl-asdf abcl-contrib | ------------------------------------------+---------------------------------
Comment(by mevenson):
This used to work, which I tried to preserve by a method dispatch indirection. Need to figure out how to fix any remaining difference between that and the current use of Aether.
Background: maven-3.0.3 ships with a substantially different Aether connector. In the previous version, one *couldn't* successfully "steer" the Aether core code without using private methods. TODO: fallback to that "dirty" strategy via introspection of runtime failure.