Skip to content

Commit 77bd088

Browse files
authored
Publish Gradle Module Metadata as configured in jackson-base (#618)
See: FasterXML/jackson-bom#33
1 parent 02070fd commit 77bd088

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<!-- This module was also published with a richer model, Gradle metadata, -->
3+
<!-- which should be used instead. Do not delete the following line which -->
4+
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
5+
<!-- that they should prefer consuming it instead. -->
6+
<!-- do_not_remove: published-with-gradle-metadata -->
27
<modelVersion>4.0.0</modelVersion>
38
<parent>
49
<groupId>com.fasterxml.jackson</groupId>
@@ -129,6 +134,11 @@ com.fasterxml.jackson.core.*;version=${project.version}
129134
<groupId>org.moditect</groupId>
130135
<artifactId>moditect-maven-plugin</artifactId>
131136
</plugin>
137+
138+
<plugin>
139+
<groupId>de.jjohannes</groupId>
140+
<artifactId>gradle-module-metadata-maven-plugin</artifactId>
141+
</plugin>
132142
</plugins>
133143
</build>
134144

0 commit comments

Comments
 (0)