[
https://jira.codehaus.org/browse/MPIR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl-Heinz Marbaise updated MPIR-296:
-------------------------------------
Fix Version/s: 2.8
> SBT Output not correct for dependencies
> ---------------------------------------
>
> Key: MPIR-296
> URL: https://jira.codehaus.org/browse/MPIR-296
> Project: Maven Project Info Reports Plugin
> Issue Type: Improvement
> Components: dependencies
> Affects Versions: 2.7
> Reporter: Karl-Heinz Marbaise
> Assignee: Karl-Heinz Marbaise
> Priority: Trivial
> Fix For: 2.8
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)