RFR: JMC-6564 Adding release repository definition
Patrick Reinhart
patrick at reini.net
Thu Sep 5 18:37:03 UTC 2019
In order to have a proper POM file for deploying a release I added the according repository section to the distribution management.
- Patrick
diff -r 3482d4ee8db5 pom.xml
--- a/pom.xml Tue Aug 27 10:51:54 2019 -0400
+++ b/pom.xml Thu Sep 05 20:33:25 2019 +0200
@@ -96,6 +96,10 @@
<connection>${scmConnection}</connection>
</scm>
<distributionManagement>
+ <repository>
+ <id>jmc-publish-snapshot</id>
+ <url>${release.repo}</url>
+ </repository>
More information about the jmc-dev
mailing list