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: mojohaus/exec-maven-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.5.1
Choose a base ref
...
head repository: mojohaus/exec-maven-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.6.0
Choose a head ref
  • 17 commits
  • 27 files changed
  • 6 contributors

Commits on May 27, 2025

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

Commits on Jun 3, 2025

  1. Bump org.codehaus.mojo:mojo-parent from 89 to 90

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 89 to 90.
    - [Release notes](https://github.com/mojohaus/mojo-parent/releases)
    - [Commits](https://github.com/mojohaus/mojo-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:mojo-parent
      dependency-version: '90'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    1f422c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2025

  1. Bump org.codehaus.mojo:mojo-parent from 90 to 91

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 90 to 91.
    - [Release notes](https://github.com/mojohaus/mojo-parent/releases)
    - [Commits](https://github.com/mojohaus/mojo-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:mojo-parent
      dependency-version: '91'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    205d364 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Bump org.codehaus.mojo:mojo-parent from 91 to 92

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 91 to 92.
    - [Release notes](https://github.com/mojohaus/mojo-parent/releases)
    - [Commits](https://github.com/mojohaus/mojo-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:mojo-parent
      dependency-version: '92'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Jul 4, 2025
    Configuration menu
    Copy the full SHA
    8c637b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2025

  1. Bump org.codehaus.mojo:mojo-parent from 92 to 93

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 92 to 93.
    - [Release notes](https://github.com/mojohaus/mojo-parent/releases)
    - [Commits](https://github.com/mojohaus/mojo-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.mojo:mojo-parent
      dependency-version: '93'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and slachiewicz committed Aug 19, 2025
    Configuration menu
    Copy the full SHA
    b4736b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Fix for #479

    Wrong reposes used to collect deps.
    cstamas authored and slawekjaranowski committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    bc59335 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2025

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

Commits on Sep 14, 2025

  1. JSR 512 support

    cayhorstmann authored and slachiewicz committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    5be2535 View commit details
    Browse the repository at this point in the history
  2. Removed unused input

    cayhorstmann authored and slachiewicz committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    e1b7804 View commit details
    Browse the repository at this point in the history
  3. spotless

    cayhorstmann authored and slachiewicz committed Sep 14, 2025
    Configuration menu
    Copy the full SHA
    5db86c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09628c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2025

  1. [ExecMojo]Add getShebang method to correctly set the command line e…

    …xecutable name (#487)
    
    * [ExecMojo]Add `getShebang` method to correctly set the command line executable name
    
    - Update description of environmentScript
    - Make getShebang package private
    - Add shebang line into env.sh
    uchenily authored Sep 29, 2025
    Configuration menu
    Copy the full SHA
    664d788 View commit details
    Browse the repository at this point in the history
  2. Re-run failed tests

    slawekjaranowski committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    b55f906 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d90977 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4297c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. Configuration menu
    Copy the full SHA
    ed19086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    febfc6f View commit details
    Browse the repository at this point in the history
Loading