Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@

<!-- >>> List each service's module here -->
<module>modules/adminrest</module>

<module>modules/schemaregistry</module>

<module>modules/oauth-client</module>
Expand Down Expand Up @@ -503,6 +503,17 @@
<!-- For this profile, we'll get dependencies from maven central -->
<repositories></repositories>

<distributionManagement>
<snapshotRepository>
<!-- We don't deploy snapshot releases -->
</snapshotRepository>
<repository>
<!-- This is where the central publishing plugin will publish artifacts -->
<id>central</id>
<url>https://central.sonatype.com/</url>
</repository>
</distributionManagement>

<build>
<plugins>
<plugin>
Expand Down
Loading