Skip to content

Commit

Permalink
Merge pull request #85 from premium-minds/82-automatic-module-name-ca…
Browse files Browse the repository at this point in the history
…lling-all-java-library-maintainers

Adds Automatic-Module-Name
  • Loading branch information
froque authored Jun 5, 2023
2 parents dd3f7a9 + 2584d43 commit fa2b4bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,19 @@
</executions>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<configuration>
<archive>
<manifestEntries>
<Automatic-Module-Name>com.premiumminds.wicket.crudifier</Automatic-Module-Name>
</manifestEntries>
</archive>
</configuration>
</plugin>

<plugin>
<groupId>com.mycila.maven-license-plugin</groupId>
<artifactId>maven-license-plugin</artifactId>
Expand Down

0 comments on commit fa2b4bf

Please # to comment.