mirror of
https://github.com/shred/acme4j.git
synced 2025-12-13 11:14:02 +08:00
Add module-info definitions, fix related issues
This commit is contained in:
@@ -41,13 +41,11 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<archive>
|
||||
<manifestEntries>
|
||||
<Automatic-Module-Name>org.shredzone.acme4j</Automatic-Module-Name>
|
||||
</manifestEntries>
|
||||
</archive>
|
||||
<!-- Required because unit tests provides an own AcmeProvider
|
||||
which cannot be added to the module-info definition. -->
|
||||
<useModulePath>false</useModulePath>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
Reference in New Issue
Block a user