You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Jentsch <d....@fu-berlin.de> on 2014/06/20 14:30:29 UTC

Incorrect SBT dependencies in Maven Project Info Reports Plugin

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Incorrect SBT dependencies in Maven Project Info Reports Plugin

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
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:
>
> 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 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: Incorrect SBT dependencies in Maven Project Info Reports Plugin

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
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 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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org