Skip to content

Commit

Permalink
[MRESOLVER-27] Turn resolver api, spi and utils into Java 9 modules (#…
Browse files Browse the repository at this point in the history
…516)

Co-authored-by: Hannes Wellmann <hannes.wellmann@iils.de>
  • Loading branch information
HannesWell and iils-hwellmann committed Jun 27, 2024
1 parent 2393568 commit 8266e6c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion maven-resolver-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@

<properties>
<bnd.instructions.additions><![CDATA[
Automatic-Module-Name: org.apache.maven.resolver
-jpms-module-info: org.apache.maven.resolver
-removeheaders Automatic-Module-Name
]]></bnd.instructions.additions>
</properties>

Expand Down
7 changes: 7 additions & 0 deletions maven-resolver-spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<name>Maven Artifact Resolver SPI</name>
<description>The service provider interface for repository system implementations and repository connectors.</description>

<properties>
<bnd.instructions.additions><![CDATA[
-jpms-module-info
-removeheaders Automatic-Module-Name
]]></bnd.instructions.additions>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
Expand Down
7 changes: 7 additions & 0 deletions maven-resolver-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@
<name>Maven Artifact Resolver Utilities</name>
<description>A collection of utility classes to ease usage of the repository system.</description>

<properties>
<bnd.instructions.additions><![CDATA[
-jpms-module-info
-removeheaders Automatic-Module-Name
]]></bnd.instructions.additions>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.maven.resolver</groupId>
Expand Down

0 comments on commit 8266e6c

Please sign in to comment.