Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write Excel files with extensive License Information (inc. infos from the JARs) #527

Merged

Commits on Nov 14, 2019

  1. Line endings automatically updated conforming to settings

    Jan-Hendrik Diederich committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    161073a View commit details
    Browse the repository at this point in the history
  2. Small code cleanups

    Jan-Hendrik Diederich committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    528becb View commit details
    Browse the repository at this point in the history
  3. Option for aggregate-download-licenses for extended artifacts infos

    Extended information are fetched from JAR files contents.
    The option is a boolean called "extendedInfo" and a parameter for the aggregate-download-licenses goal.
    Jan-Hendrik Diederich committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    3e151ca View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Added output as Excel file in OOXML format.

    Jan-Hendrik Diederich committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    5c78f01 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Cleaned up license aggregation report Excel file

    Jan-Hendrik Diederich committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    ff1f8f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Excel report cleaner formatting

    - Header font bold
    - Header light green background
    - Alternating white / light gray background
       --> To group all lines belonging to one plugin/dependency together.
    Jan-Hendrik Diederich committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    441c6e0 View commit details
    Browse the repository at this point in the history
  2. Extended license information logs the zip file name which couldn't be…

    … opened
    Jan-Hendrik Diederich committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    8206257 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. License file checksum generation replaces http with https

    Jan-Hendrik Diederich committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    51fc6c1 View commit details
    Browse the repository at this point in the history
  2. Generated Excel file had a too low contrast alternating rows color

    Jan-Hendrik Diederich committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    214c9ad View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Update README.md to explain this Maven License Plugin fork.

    Jan-Hendrik Diederich committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    8fd0218 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2022

  1. ISSUE-145 test fixed, it used an outdated Java version

    Jan-Hendrik Diederich committed May 31, 2022
    Configuration menu
    Copy the full SHA
    a37d008 View commit details
    Browse the repository at this point in the history
  2. ANTLR license website checksum updated to current checksum

    Jan-Hendrik Diederich committed May 31, 2022
    Configuration menu
    Copy the full SHA
    af22db1 View commit details
    Browse the repository at this point in the history
  3. maven-wrapper.jar updated

    Jan-Hendrik Diederich committed May 31, 2022
    Configuration menu
    Copy the full SHA
    f5b3461 View commit details
    Browse the repository at this point in the history
  4. Create maven CI file

    Another User committed May 31, 2022
    Configuration menu
    Copy the full SHA
    61b2ee1 View commit details
    Browse the repository at this point in the history
  5. test.crlf.sh added missing newline at end-of-file

    Jan-Hendrik Diederich committed May 31, 2022
    Configuration menu
    Copy the full SHA
    d59d93d View commit details
    Browse the repository at this point in the history
  6. GitHub continues integration (CI) badge added

    Old Mojohaus badge removed
    Jan-Hendrik Diederich committed May 31, 2022
    Configuration menu
    Copy the full SHA
    911407c View commit details
    Browse the repository at this point in the history
  7. test.crlf.sh fixed line endings

    Jan-Hendrik Diederich committed May 31, 2022
    Configuration menu
    Copy the full SHA
    1217989 View commit details
    Browse the repository at this point in the history
  8. test.crlf.sh line endings fixed through changing .gitattributes

    Jan-Hendrik Diederich committed May 31, 2022
    Configuration menu
    Copy the full SHA
    514741d View commit details
    Browse the repository at this point in the history
  9. README.md annotation added

    Jan-Hendrik Diederich committed May 31, 2022
    Configuration menu
    Copy the full SHA
    7edfef6 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Improved README.md formatting

    Jan Diederich committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    54aed69 View commit details
    Browse the repository at this point in the history
  2. Merged latest version from original project / repository

    Jan Diederich committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    8a34707 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Merged latest version from original project / repository

    Jan Diederich committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    634c01f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Added license merge to license:aggregate-download-licenses and Libr…

    …eOffice ODS export
    Jan Diederich committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3b9b2c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Merged latest origin master-branch

    Jan Diederich committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4bf1328 View commit details
    Browse the repository at this point in the history
  2. Fixed removal of Nullable / NotNull annotations from maven dependencies

    By removing it from source code.
    Jan Diederich committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    f52d6e6 View commit details
    Browse the repository at this point in the history
  3. Fixed and added error reports to Excel and Calc export

    Jan Diederich committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    0fc2871 View commit details
    Browse the repository at this point in the history
  4. Fixed error in Excel and Calc files, using the wrong column with disa…

    …bled extended-info
    Jan Diederich committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    335fc21 View commit details
    Browse the repository at this point in the history
  5. Formatting in LicenseSummaryTest fixed

    Jan Diederich committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    ca02c09 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Converting form-feed control characters to newlines

    Newline control characters are valid XML, form-feed control characters are invalid XML (destroying .xml and .ods files)
    Jan Diederich committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    6736ce8 View commit details
    Browse the repository at this point in the history
  2. Updated the version number examples in the README.md

    Jan Diederich committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    8531502 View commit details
    Browse the repository at this point in the history
  3. Removed tracking README.md from git for pull-request

    Jan Diederich committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    91afb4b View commit details
    Browse the repository at this point in the history
  4. Replaced README.md with original file

    Jan Diederich committed Oct 29, 2023
    Configuration menu
    Copy the full SHA
    7a818ae View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    b2b5e07 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into feature/pullRequest

    Jan Diederich committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3251970 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Code cleanups, following mojohaus#527 (review)

    Jan Diederich committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    a00f178 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge remote-tracking branch 'original_repo/master' into feature/pull…

    …Request
    Jan Diederich committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f2fe78d View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. licenses.xsd fixes and tests for it

    Jan Diederich committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    fd62d4f View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. useXsd removed

    Jan Diederich committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    25cc518 View commit details
    Browse the repository at this point in the history