Uploaded image for project: 'Maven GPG Plugin'
  1. Maven GPG Plugin
  2. MGPG-61

Missing profile id at usage page

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    Description

      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 :

          <profiles>
            <profile>
              <activation>
                <activeByDefault>true</activeByDefault>
              </activation>
              [...]
          <profiles>
      

      Should be

          <profiles>
            <profile>
              <id>my_profile_id</id>
              <activation>
                <activeByDefault>true</activeByDefault>
              </activation>
              [...]
          <profiles>
      

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            rfscholte Robert Scholte
            bit-man Víctor A. Rodríguez
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment