From 34d6b02cbf217e01eebc30a0713508ba5c43ee2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kohlschu=CC=88tter?= Date: Mon, 9 Oct 2023 23:06:23 +0200 Subject: [PATCH] core-lib: Disable signing by default, allow snapshots --- core-lib/es5/pom.xml | 82 +++++++++++++++++++++++++++++++++----------- core-lib/es6/pom.xml | 81 +++++++++++++++++++++++++++++++++---------- 2 files changed, 125 insertions(+), 38 deletions(-) diff --git a/core-lib/es5/pom.xml b/core-lib/es5/pom.xml index 49724831..ec2fcb30 100644 --- a/core-lib/es5/pom.xml +++ b/core-lib/es5/pom.xml @@ -99,26 +99,6 @@ - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - ${skipSigning} - - - - - sign-artifacts - verify - - sign - - - - - @@ -152,6 +132,68 @@ + + + signed + + + signed + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + ${skipSigning} + + + + sign-artifacts + verify + + sign + + + + + + + + + use-snapshots + + + use-snapshots + + + + + snapshots-repo + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + apache.snapshots + https://repository.apache.org/snapshots/ + + + sonatype.snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + + + jsweet-release diff --git a/core-lib/es6/pom.xml b/core-lib/es6/pom.xml index 752dbb33..3548007c 100644 --- a/core-lib/es6/pom.xml +++ b/core-lib/es6/pom.xml @@ -166,24 +166,6 @@ - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - ${skipSigning} - - - - sign-artifacts - verify - - sign - - - - @@ -223,6 +205,69 @@ + + + + signed + + + signed + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + ${skipSigning} + + + + sign-artifacts + verify + + sign + + + + + + + + + use-snapshots + + + use-snapshots + + + + + snapshots-repo + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + + + + + + apache.snapshots + https://repository.apache.org/snapshots/ + + + sonatype.snapshots + https://oss.sonatype.org/content/repositories/snapshots + + + + + jsweet-release