You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/10/25 19:26:59 UTC

[maven-gpg-plugin] branch master updated: [MGPG-61] Missing profile id at usage page

This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 0142937  [MGPG-61] Missing profile id at usage page
0142937 is described below

commit 01429377eb35433ea12ca634979770e081018385
Author: rfscholte <rf...@apache.org>
AuthorDate: Fri Oct 25 21:26:50 2019 +0200

    [MGPG-61] Missing profile id at usage page
---
 src/site/apt/usage.apt.vm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index e3eebfc..b21499d 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -149,6 +149,7 @@ mvn release:perform -Darguments=-Dgpg.passphrase=thephrase
   [...]
   <profiles>
     <profile>
+      <id>my_profile_id</id>
       <activation>
         <activeByDefault>true</activeByDefault>
       </activation>