Repository: commons-compress
Updated Branches:
  refs/heads/master 8a6bb5623 -> 5903142b3


claim sensitive name for JPMS automatic modules


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/5903142b
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/5903142b
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/5903142b

Branch: refs/heads/master
Commit: 5903142b3856c88ba987824f9b990cc21135cafc
Parents: 8a6bb56
Author: Stefan Bodewig <bode...@apache.org>
Authored: Mon May 22 14:19:28 2017 +0200
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Mon May 22 14:19:28 2017 +0200

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/5903142b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9a1e8de..941e2e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -241,6 +241,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>
             </manifestEntries>
           </archive>
         </configuration>

Reply via email to