Opened 10 years ago
Closed 10 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 by , 10 years ago
comment:2 by , 10 years ago
| 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'.