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

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

    [ https://issues.apache.org/jira/browse/MGPG-61?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960010#comment-16960010 ] 

Hudson commented on MGPG-61:
----------------------------

Build succeeded in Jenkins: Maven TLP » maven-gpg-plugin » master #23

See https://builds.apache.org/job/maven-box/job/maven-gpg-plugin/job/master/23/

> 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)