You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matt Juntunen (Jira)" <ji...@apache.org> on 2020/04/02 13:41:00 UTC

[jira] [Commented] (NUMBERS-146) Rename "LICENCE.txt" and "NOTICE.txt"

    [ https://issues.apache.org/jira/browse/NUMBERS-146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17073734#comment-17073734 ] 

Matt Juntunen commented on NUMBERS-146:
---------------------------------------

After this rename, the LICENSE and NOTICE files no longer appear in the META-INF directories of the produced jars. This is because the commons-parent:50 includes the following:

{noformat}
    <!-- TODO find a better way to add N&L files to jars and test jars
      See also maven-remote-resources-plugin configuration below.
    -->
    <resources>
      <!-- This is the default setting from the super-pom -->
      <resource>
        <directory>src/main/resources</directory>
      </resource>
      <!-- hack to ensure the N&L appear in jars -->
      <resource>
        <directory>${basedir}</directory>
        <targetPath>META-INF</targetPath>
        <includes>
          <include>NOTICE.txt</include>
          <include>LICENSE.txt</include>
        </includes>
      </resource>
    </resources>
{noformat}


 

> Rename "LICENCE.txt" and "NOTICE.txt"
> -------------------------------------
>
>                 Key: NUMBERS-146
>                 URL: https://issues.apache.org/jira/browse/NUMBERS-146
>             Project: Commons Numbers
>          Issue Type: Sub-task
>          Components: arrays, combinatorics, complex, core, field, fraction, gamma, primes, quaternion
>            Reporter: Gilles Sadowski
>            Priority: Trivial
>              Labels: licence, notice
>             Fix For: 1.0
>
>
> * Files {{LICENCE.txt}} should be renamed {{LICENCE}}.
> * Files {{NOTICE.txt}} should be renamed {{NOTICE}}.
> See [here|https://infra.apache.org/apply-license.html#license-file-name] and [here|http://www.apache.org/dev/licensing-howto.html].



--
This message was sent by Atlassian Jira
(v8.3.4#803005)