Uploaded image for project: 'Calcite'
  1. Calcite
  2. CALCITE-223

Add NOTICE and LICENSE files in all generated JAR files

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      Add NOTICE and LICENSE files in all generated JAR files. Use the maven resource plugin:

      ```xml
      <resources>
      <resource>
      <directory>${basedir}</directory>
      <targetPath>META-INF</targetPath>
      <includes>
      <include>LICENSE</include>
      </includes>
      </resource>
      </resources>
      ```

      ---------------- Imported from GitHub ----------------
      Url: https://github.com/julianhyde/optiq/issues/223
      Created by: julianhyde
      Labels:
      Created at: Wed Apr 02 09:02:13 CEST 2014
      State: closed

      Attachments

        Activity

          People

            Unassigned Unassigned
            github-import GitHub Import
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: