Repository: commons-compress Updated Branches: refs/heads/master 9146faa1d -> 92c8fc169
COMPRESS-443 jar-plugin needs help finding the manifest Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/92c8fc16 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/92c8fc16 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/92c8fc16 Branch: refs/heads/master Commit: 92c8fc169a3ae14a9c6ab79ea41e565c79452b18 Parents: 9146faa Author: Stefan Bodewig <bode...@apache.org> Authored: Wed Apr 25 20:25:32 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Wed Apr 25 20:25:32 2018 +0200 ---------------------------------------------------------------------- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/92c8fc16/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 36e5530..c3eff8e 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,9 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <powermock.version>1.7.3</powermock.version> <commons.pmd-plugin.version>3.8</commons.pmd-plugin.version> + <commons.manifestlocation>${project.build.outputDirectory}/META-INF</commons.manifestlocation> + <commons.manifestfile>${commons.manifestlocation}/MANIFEST.MF</commons.manifestfile> + <!-- only show issues of the current version --> <commons.changes.onlyCurrentVersion>true</commons.changes.onlyCurrentVersion> @@ -337,7 +340,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <configuration> - <manifestLocation>${project.build.outputDirectory}/META-INF</manifestLocation> + <manifestLocation>${commons.manifestlocation}</manifestLocation> <instructions> <Import-Package>org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution:=optional</Import-Package> </instructions>