Merge pull request #148 from Thihup/add-automatic-module-name

Fixes #147 - Add automatic module name to the implementation jar
diff --git a/impl/pom.xml b/impl/pom.xml
index 76ad214..66cd9d7 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -179,6 +179,7 @@
                             <Specification-Vendor>${vendorName}</Specification-Vendor>
                             <Implementation-Version>${project.version}</Implementation-Version>
                             <Implementation-Vendor>${vendorName}</Implementation-Vendor>
+                            <Automatic-Module-Name>com.sun.el</Automatic-Module-Name>
                         </manifestEntries>
                     </archive>
                 </configuration>