Skip to content

Commit

Permalink
Fix #46. Provide a JPMS automatic module name
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Thomas <markt@apache.org>
  • Loading branch information
markt-asf committed Jan 30, 2020
1 parent a8a819f commit 5853c4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@
<configuration>
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>jakarta.el.api</Automatic-Module-Name>
</manifestEntries>
</archive>
<excludes>
<exclude>**/*.java</exclude>
Expand Down

0 comments on commit 5853c4a

Please sign in to comment.