You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/11/18 22:21:29 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #1438: Add Automatic-Module-Name to JAR manifest

milleruntime commented on a change in pull request #1438: Add Automatic-Module-Name to JAR manifest
URL: https://github.com/apache/accumulo/pull/1438#discussion_r347640501
 
 

 ##########
 File path: pom.xml
 ##########
 @@ -907,6 +907,7 @@
               <manifestEntries>
                 <Sealed>true</Sealed>
                 <Implementation-Build>${mvngit.commit.id}</Implementation-Build>
+                <Automatic-Module-Name>org.apache.accumulo</Automatic-Module-Name>
 
 Review comment:
   Yeah all the accumulo-*.jars will have this line:
   ```Automatic-Module-Name: org.apache.accumulo```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services