Author: pascalschumacher
Date: Sun Jan  7 11:44:08 2018
New Revision: 1820448

URL: http://svn.apache.org/viewvc?rev=1820448&view=rev
Log:
EMAIL-176: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility

Modified:
    commons/proper/email/trunk/pom.xml
    commons/proper/email/trunk/src/changes/changes.xml

Modified: commons/proper/email/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=1820448&r1=1820447&r2=1820448&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Sun Jan  7 11:44:08 2018
@@ -330,11 +330,14 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <configuration>
-                    <archive>
+                    <archive combine.children="append">
                         <manifest>
                             
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                             
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
                         </manifest>
+                        <manifestEntries>
+                            
<Automatic-Module-Name>${commons.module.name}</Automatic-Module-Name>
+                        </manifestEntries>
                     </archive>
                 </configuration>
             </plugin>            

Modified: commons/proper/email/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/changes/changes.xml?rev=1820448&r1=1820447&r2=1820448&view=diff
==============================================================================
--- commons/proper/email/trunk/src/changes/changes.xml (original)
+++ commons/proper/email/trunk/src/changes/changes.xml Sun Jan  7 11:44:08 2018
@@ -23,6 +23,7 @@
 
   <body>
     <release version="1.6" date="2017-MM-DD">
+      <action issue="EMAIL-176" type="add" dev="pschumacher">Add 
Automatic-Module-Name MANIFEST entry for Java 9 compatibility</action>
     </release>
     <release version="1.5" date="2017-08-01">
       <!-- N.B. AFAICT the date attribute is not used anywhere so no point in 
adding it -->


Reply via email to