Uploaded image for project: 'Maven Project Info Reports Plugin'
  1. Maven Project Info Reports Plugin
  2. MPIR-296

SBT Output not correct for dependencies

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 2.7
    • 2.8
    • dependencies
    • None

    Description

      Hi,
      I found little missleading dependency information for SBT generated by the
      Info Reports Plugin[1].

      I think the line 183 of DependencyInformationReport.java[2] needs to be fixed
      by replacing %%%% with %%:

      renderDependencyInfo( "SBT", new Formatter().format( "libraryDependencies +=
      \"%s\" %%%% \"%s\" %% \"%s\"",
      groupId, artifactId, version ) );

      renderDependencyInfo( "SBT", new Formatter().format( "libraryDependencies +=
      \"%s\" %% \"%s\" %% \"%s\"",
      groupId, artifactId, version ) );

      Could someone update this?

      Please let me know if you need additional information.

      Kind regards,
      Jentsch

      Attachments

        Activity

          People

            khmarbaise Karl Heinz Marbaise
            khmarbaise Karl Heinz Marbaise
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: