Skip to content

Commit

Permalink
removed Automatic-Module-Name manifest entry which prevents javadoc d…
Browse files Browse the repository at this point in the history
…eployment

Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Sep 14, 2022
1 parent ec06e72 commit a432a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logback-access/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<archive>
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
<manifestEntries>
<Automatic-Module-Name>ch.qos.logack.access</Automatic-Module-Name>
<!--<Automatic-Module-Name>ch.qos.logack.access</Automatic-Module-Name>-->
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit a432a55

Please sign in to comment.