Uploaded image for project: 'Maven Changelog Plugin'
  1. Maven Changelog Plugin
  2. MCHANGELOG-108

read/write changelog.xml inconsistency

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.1
    • 2.3
    • None

    Description

      ChangelogHandler.java:165

                  bufSet.setStartVersion(new ScmTag(attributes.getValue("startTag")));
                  bufSet.setEndVersion(new ScmTag(attributes.getValue("endTag")));

      ChangeLogSet.java:180

              if ( startVersion != null )
              {
                  buffer.append( " startVersion=\"" )
                      .append( getStartVersion() )
                      .append( "\"" );
              }
              if ( endVersion != null )
              {
                  buffer.append( " endVersion=\"" )
                      .append( getEndVersion() )
                      .append( "\"" );
              }

      Please fix field name to startVersion/endVersion.

      When changelog.xml is present then settings like: type, range, dates should be taken from this file during repoprt generation.

      Attachments

        Activity

          People

            dennisl@apache.org Dennis Lundberg
            rumi Grzegorz Kochanski
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: