Skip to content

Commit

Permalink
add pom.xml distribution management
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Oct 28, 2023
1 parent d4c21a2 commit d6c6fba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,11 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>docker</id>
<name>Docker Registry</name>
<url>${docker.registry.url}${project.artifactId}</url>
</repository>
</distributionManagement>
</project>

0 comments on commit d6c6fba

Please sign in to comment.