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

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

Build succeeded in Jenkins: Maven TLP » maven-gpg-plugin » MGPG-69 #33

See https://builds.apache.org/job/maven-box/job/maven-gpg-plugin/job/MGPG-69/33/

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

Reply via email to