drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.56k stars 480 forks source link

Remove Class-Path entry from MANIFEST in jar #483

Closed simon04 closed 4 years ago

simon04 commented 4 years ago

When including this library using Apache Ivy (for instance), javac reports the following warning:

[javac] warning: [path] bad path element "/home/simon/.ivy2/cache/com.drewnoakes/metadata-extractor/jars/xmpcore-6.0.6.jar": no such file or directory

This is due to Class-Path: xmpcore-6.0.6.jar in META-INF/MANIFEST.MF

Ref: https://maven.apache.org/shared/maven-archiver/examples/classpath.html

drewnoakes commented 4 years ago

I don't have enough familiarity with Maven to understand the impact of this change. I'll merge as-is. Thanks!

drewnoakes commented 3 years ago

Released in 2.15.0.