Skip to content

Commit

Permalink
Fixes #147 - Add automatic module name to the implementation jar
Browse files Browse the repository at this point in the history
Signed-off-by: Thiago Henrique Hupner <thihup@gmail.com>
  • Loading branch information
Thihup committed Dec 21, 2020
1 parent 72f6ebb commit eca1ffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit eca1ffb

Please sign in to comment.