Repository: commons-compress Updated Branches: refs/heads/master 787efb8c9 -> 9aae1f8aa
actually use commons.module.name closes #25 Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/9aae1f8a Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/9aae1f8a Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/9aae1f8a Branch: refs/heads/master Commit: 9aae1f8aa3731e201055611f9fd513db5cfda908 Parents: 787efb8 Author: Stefan Bodewig <stefan.bode...@innoq.com> Authored: Mon May 29 17:03:14 2017 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Mon May 29 17:11:10 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/9aae1f8a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 37e39a0..63d092e 100644 --- a/pom.xml +++ b/pom.xml @@ -247,7 +247,7 @@ jar, tar, zip, dump, 7z, arj. <manifestEntries> <Main-Class>org.apache.commons.compress.archivers.Lister</Main-Class> <Extension-Name>org.apache.commons.compress</Extension-Name> - <Automatic-Module-Name>org.apache.commons.compress</Automatic-Module-Name> + <Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name> </manifestEntries> </archive> </configuration>