Re: Incorrect SBT dependencies in Maven Project Info Reports Plugin

2014-06-20 Thread Karl Heinz Marbaise
Hi, Fixed http://svn.apache.org/r1604171 So the output looks no like this: libraryDependencies += "org.apache.maven.plugins.project-info-reports" % "full-pom" % "1.0-SNAPSHOT" Kind regards Karl-Heinz Marbaise On 6/20/14 3:28 PM, Karl Heinz Marbaise wrote: Hi, created an JIRA Issue for it:

Re: Incorrect SBT dependencies in Maven Project Info Reports Plugin

2014-06-20 Thread Karl Heinz Marbaise
Hi, created an JIRA Issue for it: http://jira.codehaus.org/browse/MPIR-296 Kind regards Karl-Heinz Marbaise On 6/20/14 2:30 PM, Jentsch wrote: Hi, I found little missleading dependency information for SBT generated by the Info Reports Plugin[1]. I think the line 183 of DependencyInformationRe

Incorrect SBT dependencies in Maven Project Info Reports Plugin

2014-06-20 Thread Jentsch
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\" %%