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-javadoc-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: maven-javadoc-plugin-3.10.0
Choose a base ref
...
head repository: apache/maven-javadoc-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: maven-javadoc-plugin-3.10.1
Choose a head ref
  • 9 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    d9c0002 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. [MJAVADOC-810] [REGRESSION] MJAVADOC-791 causes forked Maven executio…

    …n fail if any toolchains or settings file isn't present
    
    As request carries the "effective" value (default or user overriden
    ones) but it does not mean they exist. And as invoker used,
    effect is same as user would use -s/-t CLI commands with non-existent
    files: mvn CLI failure.
    
    Co-authored-by: Michael Osipov <[email protected]>
    
    This closes #313
    cstamas authored and michael-o committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a424c6b View commit details
    Browse the repository at this point in the history
  2. Add goal prefix

    michael-o committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    54a7651 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0

    Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.commons:commons-lang3
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    ff52cff View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Bump org.codehaus.plexus:plexus-io from 3.5.0 to 3.5.1

    Bumps [org.codehaus.plexus:plexus-io](https://github.com/codehaus-plexus/plexus-io) from 3.5.0 to 3.5.1.
    - [Release notes](https://github.com/codehaus-plexus/plexus-io/releases)
    - [Commits](codehaus-plexus/plexus-io@plexus-io-3.5.0...plexus-io-3.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-io
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    577c204 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Bump commons-io:commons-io from 2.16.1 to 2.17.0

    Bumps commons-io:commons-io from 2.16.1 to 2.17.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 21, 2024
    Configuration menu
    Copy the full SHA
    a737e16 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. [MJAVADOC-811] javadoc.bat fails to execute on Windows when project i…

    …s not on drive C and AutoRun is configured
    
    This closes #321
    michael-o committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    db6d7f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cde7c56 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    091785b View commit details
    Browse the repository at this point in the history
Loading