Skip to content

Commit

Permalink
Switch to formal module descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Nov 19, 2024
1 parent 8334439 commit 95f9b9a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 31 deletions.
14 changes: 0 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,20 +279,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.github.dmlloyd.module-info</groupId>
<artifactId>module-info</artifactId>
<version>${version.module-info}</version>
<executions>
<execution>
<id>module-info</id>
<phase>process-classes</phase>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- Do not compress JAR, for faster startup times -->
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down
12 changes: 12 additions & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module org.jboss.logmanager {
requires java.logging;
requires io.smallrye.common.constraint;
requires io.smallrye.common.cpu;
requires io.smallrye.common.expression;
requires io.smallrye.common.net;
requires io.smallrye.common.os;
requires io.smallrye.common.ref;
requires static java.xml;
requires static jakarta.json;
requires static org.jboss.modules;
}
17 changes: 0 additions & 17 deletions src/main/java/module-info.yml

This file was deleted.

0 comments on commit 95f9b9a

Please sign in to comment.