You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Marshall Schor (JIRA)" <ji...@codehaus.org> on 2010/06/16 02:27:12 UTC

[jira] Created: (MNG-4711) Support additional boilerplate in NOTICE file

Support additional boilerplate in NOTICE file
---------------------------------------------

                 Key: MNG-4711
                 URL: http://jira.codehaus.org/browse/MNG-4711
             Project: Maven 2 & 3
          Issue Type: Improvement
          Components: Apache or Maven Parent poms
         Environment: org/apache/apache.jar.resource.bundle/1.4, org/apache/apache/7/apache-7.pom
            Reporter: Marshall Schor
            Priority: Minor


The pom includes using the maven-remote-resources-plugin to get the resourceBundle org.apache:apache-jar-resource-bundle:1.4 which has the "Standard" LICENSE, NOTICE, and DEPENDENCIES .vm files. 

The DEPENDENCIES.vm file has already the function at the end to add user-defined boilerplate:

#if($postDepListText)
$postDepListText
#end 

It would be very useful to us to have similar code at the end of the NOTICE.vm file:

#if($project.properties.postNoticeText)
$project.properties.postNoticeText
#end

The use case is we have many files which have the same copyright notice moved to the NOTICES file, and would like to automatically have this included.  By doing this, we can define a common parent-pom for these files, which defines the postNoticeText property, and have it included.


-- 
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

        

[jira] Updated: (MPOM-3) Support additional boilerplate in NOTICE file

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPOM-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated MPOM-3:
----------------------------

    Component/s: Apache Parent POM

> Support additional boilerplate in NOTICE file
> ---------------------------------------------
>
>                 Key: MPOM-3
>                 URL: http://jira.codehaus.org/browse/MPOM-3
>             Project: Apache or Maven Parent POMs
>          Issue Type: Improvement
>          Components: Apache Parent POM
>         Environment: org/apache/apache.jar.resource.bundle/1.4, org/apache/apache/7/apache-7.pom
>            Reporter: Marshall Schor
>            Priority: Minor
>
> The pom includes using the maven-remote-resources-plugin to get the resourceBundle org.apache:apache-jar-resource-bundle:1.4 which has the "Standard" LICENSE, NOTICE, and DEPENDENCIES .vm files. 
> The DEPENDENCIES.vm file has already the function at the end to add user-defined boilerplate:
> #if($postDepListText)
> $postDepListText
> #end 
> It would be very useful to us to have similar code at the end of the NOTICE.vm file:
> #if($project.properties.postNoticeText)
> $project.properties.postNoticeText
> #end
> The use case is we have many files which have the same copyright notice moved to the NOTICES file, and would like to automatically have this included.  By doing this, we can define a common parent-pom for these files, which defines the postNoticeText property, and have it included.

-- 
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

        

[jira] Moved: (MPOM-3) Support additional boilerplate in NOTICE file

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPOM-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved MNG-4711 to MPOM-3:
--------------------------------------

       Complexity:   (was: Intermediate)
    Fix Version/s:     (was: Issues to be reviewed for 3.x)
      Component/s:     (was: Apache or Maven Parent poms)
         Workflow: jira  (was: Maven New)
              Key: MPOM-3  (was: MNG-4711)
          Project: Apache or Maven Parent POMs  (was: Maven 2 & 3)

> Support additional boilerplate in NOTICE file
> ---------------------------------------------
>
>                 Key: MPOM-3
>                 URL: http://jira.codehaus.org/browse/MPOM-3
>             Project: Apache or Maven Parent POMs
>          Issue Type: Improvement
>         Environment: org/apache/apache.jar.resource.bundle/1.4, org/apache/apache/7/apache-7.pom
>            Reporter: Marshall Schor
>            Priority: Minor
>
> The pom includes using the maven-remote-resources-plugin to get the resourceBundle org.apache:apache-jar-resource-bundle:1.4 which has the "Standard" LICENSE, NOTICE, and DEPENDENCIES .vm files. 
> The DEPENDENCIES.vm file has already the function at the end to add user-defined boilerplate:
> #if($postDepListText)
> $postDepListText
> #end 
> It would be very useful to us to have similar code at the end of the NOTICE.vm file:
> #if($project.properties.postNoticeText)
> $project.properties.postNoticeText
> #end
> The use case is we have many files which have the same copyright notice moved to the NOTICES file, and would like to automatically have this included.  By doing this, we can define a common parent-pom for these files, which defines the postNoticeText property, and have it included.

-- 
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

        

[jira] Closed: (MPOM-3) Support additional boilerplate in NOTICE file

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPOM-3?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MPOM-3.
---------------------------

    Resolution: Won't Fix

moved to https://issues.apache.org/jira/browse/MPOM-3

> Support additional boilerplate in NOTICE file
> ---------------------------------------------
>
>                 Key: MPOM-3
>                 URL: http://jira.codehaus.org/browse/MPOM-3
>             Project: Apache or Maven Parent POMs
>          Issue Type: Improvement
>          Components: Apache Parent POM
>         Environment: org/apache/apache.jar.resource.bundle/1.4, org/apache/apache/7/apache-7.pom
>            Reporter: Marshall Schor
>            Priority: Minor
>
> The pom includes using the maven-remote-resources-plugin to get the resourceBundle org.apache:apache-jar-resource-bundle:1.4 which has the "Standard" LICENSE, NOTICE, and DEPENDENCIES .vm files. 
> The DEPENDENCIES.vm file has already the function at the end to add user-defined boilerplate:
> #if($postDepListText)
> $postDepListText
> #end 
> It would be very useful to us to have similar code at the end of the NOTICE.vm file:
> #if($project.properties.postNoticeText)
> $project.properties.postNoticeText
> #end
> The use case is we have many files which have the same copyright notice moved to the NOTICES file, and would like to automatically have this included.  By doing this, we can define a common parent-pom for these files, which defines the postNoticeText property, and have it included.

-- 
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