File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments