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.4.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.5.0
Choose a head ref
  • 20 commits
  • 19 files changed
  • 5 contributors

Commits on Aug 12, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    Keith-CY Chen Yu
    Copy the full SHA
    2fd29e7 View commit details

Commits on Sep 28, 2024

  1. Bump org.codehaus.plexus:plexus-utils from 4.0.1 to 4.0.2

    Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 4.0.1 to 4.0.2.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](codehaus-plexus/plexus-utils@plexus-utils-4.0.1...plexus-utils-4.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Sep 28, 2024
    Copy the full SHA
    260b2a3 View commit details

Commits on Oct 3, 2024

  1. Bump commons-io:commons-io in /src/test/projects/project13

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Oct 3, 2024
    Copy the full SHA
    07af978 View commit details

Commits on Oct 6, 2024

  1. Bump commons-io:commons-io in /src/it/projects/setup-parent

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Oct 6, 2024
    Copy the full SHA
    066b17b View commit details

Commits on Oct 8, 2024

  1. Bump asm.version from 9.7 to 9.7.1

    Bumps `asm.version` from 9.7 to 9.7.1.
    
    Updates `org.ow2.asm:asm` from 9.7 to 9.7.1
    
    Updates `org.ow2.asm:asm-commons` from 9.7 to 9.7.1
    
    ---
    updated-dependencies:
    - dependency-name: org.ow2.asm:asm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.ow2.asm:asm-commons
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Oct 8, 2024
    Copy the full SHA
    486ae43 View commit details
  2. Bump commons-io:commons-io in /src/it/projects/project6/project5lib

    Bumps commons-io:commons-io from 2.7 to 2.14.0.
    
    ---
    updated-dependencies:
    - dependency-name: commons-io:commons-io
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slachiewicz committed Oct 8, 2024
    Copy the full SHA
    e57c31e View commit details

Commits on Oct 17, 2024

  1. Bump org.codehaus.mojo:mojo-parent from 85 to 86

    Bumps [org.codehaus.mojo:mojo-parent](https://github.com/mojohaus/mojo-parent) from 85 to 86.
    - [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-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and slawekjaranowski committed Oct 17, 2024
    Copy the full SHA
    ae27260 View commit details
  2. Manage version of maven-toolchains-plugin

    It is used in ITs and documentation so should be managed
    slawekjaranowski committed Oct 17, 2024
    Copy the full SHA
    6500984 View commit details

Commits on Oct 21, 2024

  1. Copy the full SHA
    e54e602 View commit details
  2. Copy the full SHA
    16cd225 View commit details
  3. Add toolchain java path to environment variables in ExecMojo - added …

    …tests and various enhancements
    mmazur authored and slawekjaranowski committed Oct 21, 2024
    Copy the full SHA
    491526a View commit details
  4. Add toolchain java path to environment variables in ExecMojo - added …

    …tests and various enhancements
    mmazur authored and slawekjaranowski committed Oct 21, 2024
    Copy the full SHA
    168b368 View commit details
  5. Add toolchain java path to environment variables in ExecMojo - added …

    …tests and various enhancements
    mmazur authored and slawekjaranowski committed Oct 21, 2024
    Copy the full SHA
    8dbbb07 View commit details
  6. Add toolchain java path to environment variables in ExecMojo - added …

    …tests and various enhancements
    mmazur authored and slawekjaranowski committed Oct 21, 2024
    Copy the full SHA
    eb62d78 View commit details
  7. Add toolchain java path to environment variables in ExecMojo - added …

    …tests and various enhancements
    mmazur authored and slawekjaranowski committed Oct 21, 2024
    Copy the full SHA
    d2bdc9c View commit details
  8. Update src/main/java/org/codehaus/mojo/exec/ExecMojo.java

    Co-authored-by: Slawomir Jaranowski <[email protected]>
    michalm2000 and slawekjaranowski committed Oct 21, 2024
    Copy the full SHA
    8e7fa52 View commit details
  9. Bump project version

    slawekjaranowski committed Oct 21, 2024
    Copy the full SHA
    582aed0 View commit details

Commits on Oct 22, 2024

  1. #322, enable to control the exec:java interaction with JVM classloade…

    …r more finely (#337)
    
    
    Co-authored-by: Slawomir Jaranowski <[email protected]>
    rmannibucau and slawekjaranowski authored Oct 22, 2024
    Copy the full SHA
    47eac15 View commit details
  2. Copy the full SHA
    226a8ce View commit details
  3. Copy the full SHA
    b80d3d6 View commit details
Loading