Skip to content

Commit 47cc3e2

Browse files
committed
Simplify pom.xml: remove explicit jacoco settings; comment out creation of test-jar
1 parent 1287483 commit 47cc3e2

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

pom.xml

+4-14
Original file line numberDiff line numberDiff line change
@@ -79,20 +79,6 @@ tools.jackson.core.*;version=${project.version}
7979
<plugin>
8080
<groupId>org.jacoco</groupId>
8181
<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>
9682
</plugin>
9783

9884
<!-- Important: enable enforcer plug-in: -->
@@ -284,6 +270,9 @@ tools.jackson.core.*;version=${project.version}
284270
</configuration>
285271
</plugin>
286272
<!-- And then Test JAR for other Jackson components -->
273+
<!-- 26-Feb-2025, tatu: Does not work, comment out for now
274+
-->
275+
<!--
287276
<plugin>
288277
<groupId>org.apache.maven.plugins</groupId>
289278
<artifactId>maven-jar-plugin</artifactId>
@@ -306,6 +295,7 @@ tools.jackson.core.*;version=${project.version}
306295
</execution>
307296
</executions>
308297
</plugin>
298+
-->
309299

310300
<!-- 23-Mar-2023, tatu: [core#965] Need to put back Gradle module metadata marker -->
311301
<plugin>

0 commit comments

Comments
 (0)