From 8adf2ee083abf12fba63e54c35719b253ae77538 Mon Sep 17 00:00:00 2001 From: Hi-Fi Date: Tue, 17 Dec 2019 21:03:59 +0200 Subject: [PATCH] Release profile fixed --- BUILD.md | 4 ++-- pom.xml | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/BUILD.md b/BUILD.md index 343de9f..576b8f3 100644 --- a/BUILD.md +++ b/BUILD.md @@ -75,7 +75,7 @@ mvn site * Send the material to Sonatype (see Deploy project to Sonatype below) ```bash -mvn deploy +mvn deploy -Pdeploy ``` * do close and release from Staging Repository at https://oss.sonatype.org/index.html#welcome @@ -106,6 +106,6 @@ As a prerequisite, you need account at Sonatype Jira, gpg keys, and Sonatype ser See https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide ```bash -mvn deploy +mvn deploy -Pdeploy ``` Then do close and release from Staging Repository at https://oss.sonatype.org/index.html#welcome diff --git a/pom.xml b/pom.xml index 26f200e..5492456 100644 --- a/pom.xml +++ b/pom.xml @@ -59,9 +59,10 @@ http://robotframework.org - Travis - https://travis-ci.org/robotframework/MavenPlugin + Github Actions + https://github.com/robotframework/MavenPlugin/actions + default @@ -104,7 +105,7 @@ - release + deploy @@ -173,6 +174,13 @@ sign + + + + --pinentry-mode + loopback + +