Skip to content

Commit 0fc7d46

Browse files
authored
[gradle-module-metadata-maven-plugin] update to version 1.0 (#281)
Signed-off-by: Jendrik Johannes <[email protected]>
1 parent 80a0f28 commit 0fc7d46

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

pom.xml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -116,30 +116,6 @@
116116
</configuration>
117117
</plugin>
118118

119-
<!-- 11-Jun-2020, tatu: [annotations#173] add gradle module metadata
120-
-->
121-
<plugin>
122-
<groupId>de.jjohannes</groupId>
123-
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
124-
<version>0.4.0</version>
125-
<executions>
126-
<execution>
127-
<goals>
128-
<goal>gmm</goal>
129-
</goals>
130-
</execution>
131-
</executions>
132-
<configuration>
133-
<platformDependencies>
134-
<dependency>
135-
<groupId>com.fasterxml.jackson</groupId>
136-
<artifactId>jackson-bom</artifactId>
137-
<version>${project.version}</version>
138-
</dependency>
139-
</platformDependencies>
140-
</configuration>
141-
</plugin>
142-
143119
<!-- 20-Oct-2020, tatu: [annotations#178] copy full LICENSE from main dir
144120
-->
145121
<plugin>
@@ -192,6 +168,30 @@
192168
</archive>
193169
</configuration>
194170
</plugin>
171+
172+
<!-- 11-Jun-2020, tatu: [annotations#173] add gradle module metadata -->
173+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
174+
<plugin>
175+
<groupId>org.gradlex</groupId>
176+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
177+
<version>1.0</version>
178+
<executions>
179+
<execution>
180+
<goals>
181+
<goal>gmm</goal>
182+
</goals>
183+
</execution>
184+
</executions>
185+
<configuration>
186+
<platformDependencies>
187+
<dependency>
188+
<groupId>com.fasterxml.jackson</groupId>
189+
<artifactId>jackson-bom</artifactId>
190+
<version>${project.version}</version>
191+
</dependency>
192+
</platformDependencies>
193+
</configuration>
194+
</plugin>
195195
</plugins>
196196
</build>
197197

0 commit comments

Comments
 (0)