You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Robert Scholte (Jira)" <ji...@apache.org> on 2019/10/25 19:29:00 UTC

[jira] [Closed] (MGPG-61) Missing profile id at usage page

     [ https://issues.apache.org/jira/browse/MGPG-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Robert Scholte closed MGPG-61.
------------------------------
    Fix Version/s: 1.7
         Assignee: Robert Scholte
       Resolution: Fixed

Fixed in [01429377eb35433ea12ca634979770e081018385|https://gitbox.apache.org/repos/asf?p=maven-gpg-plugin.git;a=commit;h=01429377eb35433ea12ca634979770e081018385]

> Missing profile id at usage page
> --------------------------------
>
>                 Key: MGPG-61
>                 URL: https://issues.apache.org/jira/browse/MGPG-61
>             Project: Maven GPG Plugin
>          Issue Type: Bug
>            Reporter: Víctor A. Rodríguez
>            Assignee: Robert Scholte
>            Priority: Trivial
>              Labels: documentaion
>             Fix For: 1.7
>
>
> At https://maven.apache.org/plugins/maven-gpg-plugin/usage.html bottom is shown settings.xml file to discover the passphrase via the keyname. It doesn't work because the id property is missing :
> {noformat}
>     <profiles>
>       <profile>
>         <activation>
>           <activeByDefault>true</activeByDefault>
>         </activation>
>         [...]
>     <profiles>
> {noformat}
> Should be
> {noformat}
>     <profiles>
>       <profile>
>         <id>my_profile_id</id>
>         <activation>
>           <activeByDefault>true</activeByDefault>
>         </activation>
>         [...]
>     <profiles>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)