Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/maven-gpg-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-gpg-plugin-3.2.0
Choose a base ref
...
head repository: apache/maven-gpg-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-gpg-plugin-3.2.2
Choose a head ref
  • 9 commits
  • 12 files changed
  • 1 contributor

Commits on Mar 8, 2024

  1. Copy the full SHA
    2a11a2d View commit details

Commits on Mar 15, 2024

  1. [MGPG-112] serverId def value was unintentionally dropped (#80)

    That caused that settings.xml could not deliver GPG passphrase as it was set up in setup-java. Plus, related IT was neutered and it did not do what it was supposed to do.
    
    This yields 3.2.1 release as 3.2.0 broke pw pickup from settings.xml
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-112
    cstamas authored Mar 15, 2024
    Copy the full SHA
    75d8ed5 View commit details
  2. [MGPG-111] Fix dependencies (#81)

    Changes:
    * add missing maven artifact and settings
    * add resolver impl to test scope
    * comment on plexus-cipher and sec-dispatcher
    cstamas authored Mar 15, 2024
    Copy the full SHA
    28d298c View commit details
  3. Copy the full SHA
    5b69086 View commit details
  4. Copy the full SHA
    770636b View commit details

Commits on Mar 23, 2024

  1. [MGPG-113] SignAndDeployFileMojo results in 401 (#82)

    The RemoteRepository was "bare", it has to be equipped with AuthenticationSelector to be able to perform authenticated deploys. Also, remove "layout" as since Maven 3.0 there is no other layout than "default".
    
    Also, a bit of tidy up, layout is deprecated in Maven3 and is unused.
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-113
    cstamas authored Mar 23, 2024
    Copy the full SHA
    528fab9 View commit details
  2. [MGPG-114] Allow max key size of 16KB (#83)

    This insanely huge key size is mentioned as some extreme example
    on page https://wiki.gnupg.org/LargeKeys
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-114
    cstamas authored Mar 23, 2024
    Copy the full SHA
    3631830 View commit details
  3. [MGPG-115] Show more info about key used to sign (#84)

    Just show some usable feedback which key is used to sign.
    
    ---
    
    https://issues.apache.org/jira/browse/MGPG-115
    cstamas authored Mar 23, 2024
    Copy the full SHA
    2be0a00 View commit details
  4. Copy the full SHA
    ab97064 View commit details
Loading