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

Put the gpg plugin into a profile. #500

Open 9037568 opened 3 years ago

9037568 commented 3 years ago

Put the gpg plugin into a profile named 'sign', so that it only runs when invoked.

e.g. mvn package -Psign

Fixes #495.