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
[1] https://github.com/JodaOrg/jodaorg.github.io/pull/2
[2]
http://svn.apache.org/viewvc/maven/plugins/tags/maven-project-info-reports-plugin-2.7/src/main/java/org/apache/maven/report/projectinfo/DependencyInformationReport.java?view=markup
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]