Uploaded image for project: 'Buildmetadata Maven Plugin'
  1. Buildmetadata Maven Plugin
  2. BMMP-86

XML report: copyright-year written to false location

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • normal
    • 1.2.1
    • 1.2.0
    • Buildmetadata-Mojo
    • Operating System: All
      Platform: All

    Description

      The element copyright-year is written to

      <buildmetadata>
      ...
      <copyright-year>2012-2013</copyright-year>
      ...
      </buildmetadata>

      instead of

      <buildmetadata>
      ...
      <project>
      <copyright-year>2012-2013</copyright-year>
      </project>
      ...
      </buildmetadata>

      due to a copy-paste action.

      Attachments

        Activity

          People

            robert.reiner Robert Reiner
            robert.reiner Robert Reiner
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: