Skip to content

Commit

Permalink
DC-311: Introduce Checkstyle: fix build information
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-schweizer authored Oct 31, 2022
1 parent 7beba04 commit fcd5cfd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions checkstyle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,14 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<snapshotRepository>
<id>opennms-ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>opennms-ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>

0 comments on commit fcd5cfd

Please sign in to comment.