You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2009/01/29 19:27:59 UTC

[jira] Created: (OPENJPA-880) Use maven-remote-resources-plugin to generate required legal files

Use maven-remote-resources-plugin to generate required legal files
------------------------------------------------------------------

                 Key: OPENJPA-880
                 URL: https://issues.apache.org/jira/browse/OPENJPA-880
             Project: OpenJPA
          Issue Type: Improvement
          Components: build / infrastructure
    Affects Versions: 2.0.0
            Reporter: Donald Woods
            Assignee: Donald Woods
            Priority: Minor
             Fix For: 2.0.0


Update the build to use the maven-remote-resources-plugin to generate the ASF required LICENSE/NOTICE files.
This will involve:
1) updating the root pom to setup the maven-remote-resources-plugin
2) moving the existing LICENSE/NOTICE files from openjpa-project to the source root dir
3) removing other LICENSE/NOTICE files from the source, as the plugin will generate them
4) add LICENSE.vm and/or NOTICE.vm files for artifact unique legal requirements (like XSD notices and/or unique copyright statements)
Afterwards, we'll only have to add/update the LICENSE.vm/NOTICE.vm files for a specific module if we add new code that contains new notices, as the plugin will automatically include the LICENSE/NOTICE text from included dependencies as needed.

This will be an updated patch, based on earlier work done by David Jencks for OPENJPA-772.


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


[jira] Resolved: (OPENJPA-880) Use maven-remote-resources-plugin to generate required legal files

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved OPENJPA-880.
----------------------------------

    Resolution: Fixed

committed to trunk as Rev779191.  OPENJPA-1103 opened to remember to update NOTICE files after the Spec has been released.

> Use maven-remote-resources-plugin to generate required legal files
> ------------------------------------------------------------------
>
>                 Key: OPENJPA-880
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-880
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: build / infrastructure
>    Affects Versions: 1.0.5, 1.1.1, 1.2.2, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-880-13x.patch
>
>
> Update the build to use the maven-remote-resources-plugin to generate the ASF required LICENSE/NOTICE files.
> This will involve:
> 1) updating the root pom to setup the maven-remote-resources-plugin
> 2) moving the existing LICENSE/NOTICE files from openjpa-project to the source root dir
> 3) removing other LICENSE/NOTICE files from the source, as the plugin will generate them
> 4) add LICENSE.vm and/or NOTICE.vm files for artifact unique legal requirements (like XSD notices and/or unique copyright statements)
> Afterwards, we'll only have to add/update the LICENSE.vm/NOTICE.vm files for a specific module if we add new code that contains new notices, as the plugin will automatically include the LICENSE/NOTICE text from included dependencies as needed.
> This will be an updated patch, based on earlier work done by David Jencks for OPENJPA-772.

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


[jira] Work started: (OPENJPA-880) Use maven-remote-resources-plugin to generate required legal files

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on OPENJPA-880 started by Donald Woods.

> Use maven-remote-resources-plugin to generate required legal files
> ------------------------------------------------------------------
>
>                 Key: OPENJPA-880
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-880
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 1.0.5, 1.1.1, 1.2.2, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0
>
>
> Update the build to use the maven-remote-resources-plugin to generate the ASF required LICENSE/NOTICE files.
> This will involve:
> 1) updating the root pom to setup the maven-remote-resources-plugin
> 2) moving the existing LICENSE/NOTICE files from openjpa-project to the source root dir
> 3) removing other LICENSE/NOTICE files from the source, as the plugin will generate them
> 4) add LICENSE.vm and/or NOTICE.vm files for artifact unique legal requirements (like XSD notices and/or unique copyright statements)
> Afterwards, we'll only have to add/update the LICENSE.vm/NOTICE.vm files for a specific module if we add new code that contains new notices, as the plugin will automatically include the LICENSE/NOTICE text from included dependencies as needed.
> This will be an updated patch, based on earlier work done by David Jencks for OPENJPA-772.

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


[jira] Updated: (OPENJPA-880) Use maven-remote-resources-plugin to generate required legal files

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-880:
---------------------------------

    Attachment: OPENJPA-880-13x.patch

patch file for 1.3.x

> Use maven-remote-resources-plugin to generate required legal files
> ------------------------------------------------------------------
>
>                 Key: OPENJPA-880
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-880
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 1.0.5, 1.1.1, 1.2.2, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-880-13x.patch
>
>
> Update the build to use the maven-remote-resources-plugin to generate the ASF required LICENSE/NOTICE files.
> This will involve:
> 1) updating the root pom to setup the maven-remote-resources-plugin
> 2) moving the existing LICENSE/NOTICE files from openjpa-project to the source root dir
> 3) removing other LICENSE/NOTICE files from the source, as the plugin will generate them
> 4) add LICENSE.vm and/or NOTICE.vm files for artifact unique legal requirements (like XSD notices and/or unique copyright statements)
> Afterwards, we'll only have to add/update the LICENSE.vm/NOTICE.vm files for a specific module if we add new code that contains new notices, as the plugin will automatically include the LICENSE/NOTICE text from included dependencies as needed.
> This will be an updated patch, based on earlier work done by David Jencks for OPENJPA-772.

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


[jira] Updated: (OPENJPA-880) Use maven-remote-resources-plugin to generate required legal files

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-880:
---------------------------------

           Patch Info: [Patch Available]
    Affects Version/s: 1.3.0
                       1.2.2
                       1.1.1
                       1.0.5
        Fix Version/s: 1.3.0

> Use maven-remote-resources-plugin to generate required legal files
> ------------------------------------------------------------------
>
>                 Key: OPENJPA-880
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-880
>             Project: OpenJPA
>          Issue Type: Improvement
>          Components: build / infrastructure
>    Affects Versions: 1.0.5, 1.1.1, 1.2.2, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0
>
>
> Update the build to use the maven-remote-resources-plugin to generate the ASF required LICENSE/NOTICE files.
> This will involve:
> 1) updating the root pom to setup the maven-remote-resources-plugin
> 2) moving the existing LICENSE/NOTICE files from openjpa-project to the source root dir
> 3) removing other LICENSE/NOTICE files from the source, as the plugin will generate them
> 4) add LICENSE.vm and/or NOTICE.vm files for artifact unique legal requirements (like XSD notices and/or unique copyright statements)
> Afterwards, we'll only have to add/update the LICENSE.vm/NOTICE.vm files for a specific module if we add new code that contains new notices, as the plugin will automatically include the LICENSE/NOTICE text from included dependencies as needed.
> This will be an updated patch, based on earlier work done by David Jencks for OPENJPA-772.

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


[jira] Updated: (OPENJPA-880) Use maven-remote-resources-plugin to generate required legal files

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENJPA-880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods updated OPENJPA-880:
---------------------------------

    Issue Type: Sub-task  (was: Improvement)
        Parent: OPENJPA-1052

> Use maven-remote-resources-plugin to generate required legal files
> ------------------------------------------------------------------
>
>                 Key: OPENJPA-880
>                 URL: https://issues.apache.org/jira/browse/OPENJPA-880
>             Project: OpenJPA
>          Issue Type: Sub-task
>          Components: build / infrastructure
>    Affects Versions: 1.0.5, 1.1.1, 1.2.2, 1.3.0, 2.0.0
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Minor
>             Fix For: 1.3.0, 2.0.0
>
>         Attachments: OPENJPA-880-13x.patch
>
>
> Update the build to use the maven-remote-resources-plugin to generate the ASF required LICENSE/NOTICE files.
> This will involve:
> 1) updating the root pom to setup the maven-remote-resources-plugin
> 2) moving the existing LICENSE/NOTICE files from openjpa-project to the source root dir
> 3) removing other LICENSE/NOTICE files from the source, as the plugin will generate them
> 4) add LICENSE.vm and/or NOTICE.vm files for artifact unique legal requirements (like XSD notices and/or unique copyright statements)
> Afterwards, we'll only have to add/update the LICENSE.vm/NOTICE.vm files for a specific module if we add new code that contains new notices, as the plugin will automatically include the LICENSE/NOTICE text from included dependencies as needed.
> This will be an updated patch, based on earlier work done by David Jencks for OPENJPA-772.

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