Skip to content

Commit 10b8b90

Browse files
committed
Revert "Issue #14376: Resolved Broken MVN-Enforcer Config"
This reverts commit 974367d.
1 parent 7b6e801 commit 10b8b90

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

pom.xml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55

6+
<!-- This parent is requirements for deploy of artifacts to maven central -->
7+
<parent>
8+
<groupId>org.sonatype.oss</groupId>
9+
<artifactId>oss-parent</artifactId>
10+
<version>9</version>
11+
</parent>
12+
613
<groupId>com.puppycrawl.tools</groupId>
714
<artifactId>checkstyle</artifactId>
815
<version>10.14.0-SNAPSHOT</version>
@@ -480,11 +487,9 @@
480487
</plugin>
481488
<plugin>
482489
<artifactId>maven-release-plugin</artifactId>
490+
<!-- version is same as in supper-pom as it is better to use same version
491+
as in sonatype-nexus-staging -->
483492
<version>2.1</version>
484-
<configuration>
485-
<mavenExecutorId>forked-path</mavenExecutorId>
486-
<useReleaseProfile>false</useReleaseProfile>
487-
</configuration>
488493
</plugin>
489494
<!-- from super-pom END -->
490495
<plugin>

0 commit comments

Comments
 (0)