Sv: RFR: JMC-6564 Adding release repository definition

Marcus Hirt marcus at hirt.se
Thu Sep 5 19:13:25 UTC 2019


Looks good to me!

Kind regards,
Marcus

-----Ursprungligt meddelande-----
Från: jmc-dev <jmc-dev-bounces at openjdk.java.net> För Patrick Reinhart
Skickat: den 5 september 2019 21:10
Till: jmc-dev at openjdk.java.net
Ämne: Re: RFR: JMC-6564 Adding release repository definition

Correcting myself…

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</id>
+			<url>${release.repo}</url>
+		</repository>


> Am 05.09.2019 um 20:37 schrieb Patrick Reinhart <patrick at reini.net>:
> 
> 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