[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-3625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979411#comment-16979411
 ] 

Michael Miller commented on ZOOKEEPER-3625:
-------------------------------------------

I opened this ticket because Accumulo requires its dependencies to have stable 
module names before it can release modules of its own.  Here is some discussion 
and more information about this topic: 
[https://github.com/apache/accumulo/issues/1434]

Sure thing.  I emailed the dev list to start a discussion.

> Add Automatic-Module-Name to MANIFEST.MF
> ----------------------------------------
>
>                 Key: ZOOKEEPER-3625
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3625
>             Project: ZooKeeper
>          Issue Type: Improvement
>            Reporter: Michael Miller
>            Priority: Major
>
> Add Automatic-Module-Name to the project jars in support of the Java 9 module 
> system.  This can be done using the maven-jar-plugin: 
> {code:html}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-jar-plugin</artifactId>
>   <configuration>
>     <archive>
>       <manifestEntries>
>         <Automatic-Module-Name>org.apache.zookeeper</Automatic-Module-Name>
>       </manifestEntries>
>     </archive>
>   </configuration>
> </plugin>
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to