Skip to content

Commit cbf659a

Browse files
authored
[gradle-module-metadata-maven-plugin] update to version 1.0 (#182)
1 parent 64a524b commit cbf659a

File tree

5 files changed

+24
-8
lines changed

5 files changed

+24
-8
lines changed

hibernate4/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ Hibernate (https://hibernate.org) version 4.x data types.
8181
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
8282
</configuration>
8383
</plugin>
84+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
85+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
86+
<plugin>
87+
<groupId>org.gradlex</groupId>
88+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
89+
</plugin>
8490
</plugins>
8591
</build>
8692

hibernate5-jakarta/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ Hibernate (https://hibernate.org) version 5.5 with Jakarta data types.
107107
<jvmVersion>11</jvmVersion>
108108
</configuration>
109109
</plugin>
110+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
111+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
112+
<plugin>
113+
<groupId>org.gradlex</groupId>
114+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
115+
</plugin>
110116
</plugins>
111117
</build>
112118
</project>

hibernate5/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ Hibernate (https://hibernate.org) version 5.x data types.
115115
<argLine>--add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED</argLine>
116116
</configuration>
117117
</plugin>
118+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
119+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
120+
<plugin>
121+
<groupId>org.gradlex</groupId>
122+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
123+
</plugin>
118124
</plugins>
119125
</build>
120126
</project>

hibernate6/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@ Hibernate (https://hibernate.org/) version 6.x with Jakarta data types.
9292
<jvmVersion>11</jvmVersion>
9393
</configuration>
9494
</plugin>
95+
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
96+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
97+
<plugin>
98+
<groupId>org.gradlex</groupId>
99+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
100+
</plugin>
95101
</plugins>
96102
</build>
97103
</project>

pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,13 +144,5 @@
144144
</plugin>
145145
</plugins>
146146
</pluginManagement>
147-
148-
<!-- 05-Jul-2020, tatu: Add generation of Gradle Module Metadata -->
149-
<plugins>
150-
<plugin>
151-
<groupId>de.jjohannes</groupId>
152-
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
153-
</plugin>
154-
</plugins>
155147
</build>
156148
</project>

0 commit comments

Comments
 (0)