[
http://jira.codehaus.org/browse/MRRESOURCES-3?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_85704
]
Daniel Kulp commented on MRRESOURCES-3:
---------------------------------------
I've put a fix for this in the sandbox:
https://svn.apache.org/repos/asf/maven/sandbox/plugins/maven-remote-resources-plugin
However, it requires some changes to the NOTICE.vm file in
apache-jar-resource-bundle. I've put them in the sandbox as well:
https://svn.apache.org/repos/asf/maven/sandbox/resources/apache-jar-resource-bundle
With the changes, the "runtime" dependencies are resolved and the projects are
added to the velocity context. For proper pom files (fully filled in), it
results in something like:
This product includes/uses software, XmlSchema, developed by
Apache Software Foundation (http://www.apache.org/)
This product includes/uses software, Spring Framework: AOP, developed by
Spring Framework (http://www.springframework.org/)
For non-well formed poms, it will produce something like:
This product includes/uses software, Unnamed - log4j:log4j:jar:1.2.12
> Plugin does not populate the projects needed for the notices file
> -----------------------------------------------------------------
>
> Key: MRRESOURCES-3
> URL: http://jira.codehaus.org/browse/MRRESOURCES-3
> Project: Maven 2.x Remote Resources Plugin
> Issue Type: Bug
> Reporter: Daniel Kulp
>
> The NOTICE.vm in the jar resource bundle contains:
> #foreach ( $project in $projects )
> This product includes software, $project.name, developed by
>
>
> $project.organization.name ($project.organization.url).
> #end
> but the remote resourcs plugin doesn't seem to populate the projects list.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list please visit:
http://xircles.codehaus.org/manage_email