Skip to content

Commit

Permalink
Generate services files from module descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Jan 29, 2025
1 parent d374cf1 commit b33878c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 60 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,19 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.github.dmlloyd.maven</groupId>
<artifactId>module-services-plugin</artifactId>
<version>1.0</version>
<executions>
<execution>
<id>generate-services</id>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
20 changes: 0 additions & 20 deletions src/main/resources/META-INF/services/java.lang.System$LoggerFinder

This file was deleted.

20 changes: 0 additions & 20 deletions src/main/resources/META-INF/services/java.util.logging.LogManager

This file was deleted.

This file was deleted.

0 comments on commit b33878c

Please sign in to comment.