Skip to content

Commit e752c39

Browse files
authored
[gradle-module-metadata-maven-plugin] update to version 1.0 (#361)
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
1 parent d06899a commit e752c39

File tree

4 files changed

+18
-9
lines changed

4 files changed

+18
-9
lines changed

datatypes/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,12 @@ JDK 8 data types.
5454
<groupId>org.moditect</groupId>
5555
<artifactId>moditect-maven-plugin</artifactId>
5656
</plugin>
57+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
58+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
59+
<plugin>
60+
<groupId>org.gradlex</groupId>
61+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
62+
</plugin>
5763
</plugins>
5864
</build>
5965
</project>

datetime/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,12 @@
124124
<groupId>org.moditect</groupId>
125125
<artifactId>moditect-maven-plugin</artifactId>
126126
</plugin>
127+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
128+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
129+
<plugin>
130+
<groupId>org.gradlex</groupId>
131+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
132+
</plugin>
127133
</plugins>
128134
</build>
129135
</project>

parameter-names/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@ introspection of method/constructor parameter names, without having to add expli
103103
<groupId>org.moditect</groupId>
104104
<artifactId>moditect-maven-plugin</artifactId>
105105
</plugin>
106+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
107+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
108+
<plugin>
109+
<groupId>org.gradlex</groupId>
110+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
111+
</plugin>
106112
</plugins>
107113
</build>
108114
</project>

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,5 @@
8686
</plugin>
8787
</plugins>
8888
</pluginManagement>
89-
90-
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
91-
<plugins>
92-
<plugin>
93-
<groupId>de.jjohannes</groupId>
94-
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
95-
</plugin>
96-
</plugins>
9789
</build>
98-
9990
</project>

0 commit comments

Comments
 (0)