Skip to content

Commit c87004e

Browse files
authored
[gradle-module-metadata-maven-plugin] update to version 1.0 (#55)
Signed-off-by: Jendrik Johannes <[email protected]>
1 parent 365d78b commit c87004e

File tree

6 files changed

+30
-8
lines changed

6 files changed

+30
-8
lines changed

jakarta-jsonp/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-b
6060
<groupId>org.moditect</groupId>
6161
<artifactId>moditect-maven-plugin</artifactId>
6262
</plugin>
63+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
64+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
65+
<plugin>
66+
<groupId>org.gradlex</groupId>
67+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
68+
</plugin>
6369
</plugins>
6470
</build>
6571

jakarta-mail/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ working with Jakarta Mail types
4949
<groupId>org.moditect</groupId>
5050
<artifactId>moditect-maven-plugin</artifactId>
5151
</plugin>
52+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
53+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
54+
<plugin>
55+
<groupId>org.gradlex</groupId>
56+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
57+
</plugin>
5258
</plugins>
5359
</build>
5460
</project>

joda-money/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<groupId>org.moditect</groupId>
5050
<artifactId>moditect-maven-plugin</artifactId>
5151
</plugin>
52+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
53+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
54+
<plugin>
55+
<groupId>org.gradlex</groupId>
56+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
57+
</plugin>
5258
</plugins>
5359
</build>
5460

json-org/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ mainly to make it easier to upgrade code to Jackson, using automated conversions
5353
<groupId>org.moditect</groupId>
5454
<artifactId>moditect-maven-plugin</artifactId>
5555
</plugin>
56+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
57+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
58+
<plugin>
59+
<groupId>org.gradlex</groupId>
60+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
61+
</plugin>
5662
</plugins>
5763
</build>
5864

jsr-353/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ working with JSR-353 (JSON-P) node types via data-binding
6060
<groupId>org.moditect</groupId>
6161
<artifactId>moditect-maven-plugin</artifactId>
6262
</plugin>
63+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
64+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
65+
<plugin>
66+
<groupId>org.gradlex</groupId>
67+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
68+
</plugin>
6369
</plugins>
6470
</build>
6571

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,6 @@
109109
</plugin>
110110
</plugins>
111111
</pluginManagement>
112-
113-
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
114-
<plugins>
115-
<plugin>
116-
<groupId>de.jjohannes</groupId>
117-
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
118-
</plugin>
119-
</plugins>
120112
</build>
121113

122114
</project>

0 commit comments

Comments
 (0)