Skip to content

Commit 9ff5493

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

File tree

5 files changed

+35
-19
lines changed

5 files changed

+35
-19
lines changed

eclipse-collections/pom.xml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,22 @@
5353
</dependencies>
5454

5555
<build>
56-
<plugins>
57-
<!-- settings are fine, but needed to trigger execution! -->
58-
<plugin>
59-
<groupId>com.google.code.maven-replacer-plugin</groupId>
60-
<artifactId>replacer</artifactId>
61-
</plugin>
62-
<plugin>
63-
<groupId>org.moditect</groupId>
64-
<artifactId>moditect-maven-plugin</artifactId>
65-
</plugin>
66-
</plugins>
56+
<plugins>
57+
<!-- settings are fine, but needed to trigger execution! -->
58+
<plugin>
59+
<groupId>com.google.code.maven-replacer-plugin</groupId>
60+
<artifactId>replacer</artifactId>
61+
</plugin>
62+
<plugin>
63+
<groupId>org.moditect</groupId>
64+
<artifactId>moditect-maven-plugin</artifactId>
65+
</plugin>
66+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
67+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
68+
<plugin>
69+
<groupId>org.gradlex</groupId>
70+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
71+
</plugin>
72+
</plugins>
6773
</build>
6874
</project>

guava/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ com.google.common.*;version="${version.guava.osgi}",
7878
<groupId>org.moditect</groupId>
7979
<artifactId>moditect-maven-plugin</artifactId>
8080
</plugin>
81+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
82+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
83+
<plugin>
84+
<groupId>org.gradlex</groupId>
85+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
86+
</plugin>
8187
</plugins>
8288
</build>
8389
</project>

hppc/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,12 @@ High-Performance Primitive Collections (HPPC, see https://labs.carrotsearch.com/
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
</project>

pcollections/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ PCollections (https://pcollections.org/) types
5858
<groupId>org.moditect</groupId>
5959
<artifactId>moditect-maven-plugin</artifactId>
6060
</plugin>
61+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
62+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
63+
<plugin>
64+
<groupId>org.gradlex</groupId>
65+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
66+
</plugin>
6167
</plugins>
6268
</build>
6369
</project>

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,5 @@
9696
</plugin>
9797
</plugins>
9898
</pluginManagement>
99-
100-
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
101-
<plugins>
102-
<plugin>
103-
<groupId>de.jjohannes</groupId>
104-
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
105-
</plugin>
106-
</plugins>
10799
</build>
108100
</project>

0 commit comments

Comments
 (0)