Skip to content

Commit

Permalink
feat: add an Automatic-Module-Name entry to the jar manifest
Browse files Browse the repository at this point in the history
This adds an Automatic-Module-Name manifest entry in order to allow
epubcheck to be used in a modular context without having to depend
on an unstable generated module name.

The module name is `org.w3c.epubcheck`, which is already used as the
bundle symbolic name in OSGi.

Fixes #1128
  • Loading branch information
io7m committed May 1, 2020
1 parent 928c26a commit ee06724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@
net.sf.saxon.*;version="[9.8.0,9.8.1)",
*
</Import-Package>
<Automatic-Module-Name>org.w3c.epubcheck</Automatic-Module-Name>
<_removeheaders>Include-Resource,Private-Package, Bnd-LastModified, Build-Jdk, Built-By</_removeheaders>
</instructions>
</configuration>
Expand Down

0 comments on commit ee06724

Please sign in to comment.