Skip to content

Commit

Permalink
Do not manage versions of checkstyle and spotbugs but inherit from pa…
Browse files Browse the repository at this point in the history
…rent pom
  • Loading branch information
spannm committed Jun 22, 2024
1 parent 3ad7570 commit c88c969
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,16 @@
</issueManagement>

<distributionManagement>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
<name>Sonatype Nexus Snapshots</name>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>sonatype-nexus-staging</id>
<name>Nexus Release Repository</name>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<site>
<id>local</id>
<name>Local Maven site</name>
Expand Down Expand Up @@ -112,9 +112,6 @@
<dep.plugin.sortpom.version>4.0.0</dep.plugin.sortpom.version>
<dep.plugin.sonar.version>3.10.0.2594</dep.plugin.sonar.version>

<dep.checkstyle.version>10.12.6</dep.checkstyle.version>
<dep.spotbugs.version>4.8.3</dep.spotbugs.version>

<basepom.check.skip-pmd>false</basepom.check.skip-pmd>
<basepom.check.skip-spotbugs>true</basepom.check.skip-spotbugs>
<basepom.check.skip-license>true</basepom.check.skip-license>
Expand Down

0 comments on commit c88c969

Please sign in to comment.