Skip to content

Commit abd10a0

Browse files
committed
Manual merge of #281 (pom.xml changes or gradle metadata)
1 parent b02d07e commit abd10a0

File tree

1 file changed

+24
-22
lines changed

1 file changed

+24
-22
lines changed

pom.xml

Lines changed: 24 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -113,28 +113,6 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
113113
</configuration>
114114
</plugin>
115115

116-
<!-- 11-Jun-2020, tatu: [annotations#173] add gradle module metadata -->
117-
<plugin>
118-
<groupId>de.jjohannes</groupId>
119-
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
120-
<executions>
121-
<execution>
122-
<goals>
123-
<goal>gmm</goal>
124-
</goals>
125-
</execution>
126-
</executions>
127-
<configuration>
128-
<platformDependencies>
129-
<dependency>
130-
<groupId>com.fasterxml.jackson</groupId>
131-
<artifactId>jackson-bom</artifactId>
132-
<version>${bom4gmm.version}</version>
133-
</dependency>
134-
</platformDependencies>
135-
</configuration>
136-
</plugin>
137-
138116
<!-- 20-Oct-2020, tatu: [annotations#178] copy full LICENSE from main dir -->
139117
<plugin>
140118
<groupId>org.codehaus.mojo</groupId>
@@ -186,6 +164,30 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
186164
</archive>
187165
</configuration>
188166
</plugin>
167+
168+
169+
<!-- 11-Jun-2020, tatu: [annotations#173] add gradle module metadata -->
170+
<!-- 28-Feb-2025, jjohannes: Apply plugin last as it has to be the last of all 'package phase' plugins -->
171+
<plugin>
172+
<groupId>org.gradlex</groupId>
173+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
174+
<executions>
175+
<execution>
176+
<goals>
177+
<goal>gmm</goal>
178+
</goals>
179+
</execution>
180+
</executions>
181+
<configuration>
182+
<platformDependencies>
183+
<dependency>
184+
<groupId>com.fasterxml.jackson</groupId>
185+
<artifactId>jackson-bom</artifactId>
186+
<version>${project.version}</version>
187+
</dependency>
188+
</platformDependencies>
189+
</configuration>
190+
</plugin>
189191
</plugins>
190192
</build>
191193
</project>

0 commit comments

Comments
 (0)