Opened 8 years ago
Closed 8 years ago
#424 closed defect (fixed)
ABCL-ASDF doesn't set Maven path correctly on Fedora
Reported by: | Mark Evenson | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.5.0 |
Component: | libraries | Version: | 1.5.0-dev |
Keywords: | abcl-asdf | Cc: | |
Parent Tickets: |
Description
Fedora 24 with Maven installed via yum/dnf
Change History (2)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with <http://abcl.org/trac/changeset/14919> .
Note: See
TracTickets for help on using
tickets.
Fedora packaging strips the version from the name of the Maven
artifact, so we relax the pattern we search for jar files from
'maven-core-*.jar' to 'maven-core*.jar'.