You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2008/06/03 14:30:45 UTC

[jira] Commented: (SLING-493) Generate NOTICE files from Maven dependencies

    [ https://issues.apache.org/jira/browse/SLING-493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12601910#action_12601910 ] 

Bertrand Delacretaz commented on SLING-493:
-------------------------------------------

The script includes a module.notice.txt file, if found alongside a module's pom.xml, at the end of the NOTICE.

This is needed for non-Maven dependencies like for the dojo modules, and In launchpad/webapp, for example, the transitive dependencies that come from the launchpad/base module are not included in the mvn dependency:resolve list that the script uses as input, as the webapp module itself only depends on the binary base jar, and blindly copies what's inside.



> Generate NOTICE files from Maven dependencies
> ---------------------------------------------
>
>                 Key: SLING-493
>                 URL: https://issues.apache.org/jira/browse/SLING-493
>             Project: Sling
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> It would be useful to generate the NOTICE files from the actual Maven dependencies.
> Note that this won't cover non-java dependencies such as javascript libraries, which will have to be added manually.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.