File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -79,20 +79,6 @@ tools.jackson.core.*;version=${project.version}
79
79
<plugin >
80
80
<groupId >org.jacoco</groupId >
81
81
<artifactId >jacoco-maven-plugin</artifactId >
82
- <executions >
83
- <execution >
84
- <goals >
85
- <goal >prepare-agent</goal >
86
- </goals >
87
- </execution >
88
- <execution >
89
- <id >report</id >
90
- <phase >verify</phase >
91
- <goals >
92
- <goal >report</goal >
93
- </goals >
94
- </execution >
95
- </executions >
96
82
</plugin >
97
83
98
84
<!-- Important: enable enforcer plug-in: -->
@@ -284,6 +270,9 @@ tools.jackson.core.*;version=${project.version}
284
270
</configuration >
285
271
</plugin >
286
272
<!-- And then Test JAR for other Jackson components -->
273
+ <!-- 26-Feb-2025, tatu: Does not work, comment out for now
274
+ -->
275
+ <!--
287
276
<plugin>
288
277
<groupId>org.apache.maven.plugins</groupId>
289
278
<artifactId>maven-jar-plugin</artifactId>
@@ -306,6 +295,7 @@ tools.jackson.core.*;version=${project.version}
306
295
</execution>
307
296
</executions>
308
297
</plugin>
298
+ -->
309
299
310
300
<!-- 23-Mar-2023, tatu: [core#965] Need to put back Gradle module metadata marker -->
311
301
<plugin >
You can’t perform that action at this time.
0 commit comments