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

Commits on Dec 2, 2025

  1. Migration to JUnit 5 - avoid using AbstractMojoTestCase

    also:
    - refactor PropertyUtilsTest - it is not Mojo test, move use cases from advanced amd enhanced examples
    
    - CopyResourcesMojoTest - test copy-resources instead of resources goal, add more tests for filtered and not filtered resources
    slawekjaranowski committed Dec 2, 2025
    Configuration menu
    Copy the full SHA
    1e59b45 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2025

  1. Migration to JUnit 5 - avoid using AbstractMojoTestCase

    it finishes migration
    
    also:
    - refactor MavenProjectResourcesStub - remove not needed additional stubs and not used methods
    
    - remove not used test resources
    slawekjaranowski committed Dec 3, 2025
    Configuration menu
    Copy the full SHA
    0179a3e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2025

  1. Add IT for #444 issue

    Try to reproduce reported issue #444
    As we don't have an IT with includes and filtering add one
    slawekjaranowski committed Dec 12, 2025
    Configuration menu
    Copy the full SHA
    ad31b55 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Bump mavenVersion from 3.9.11 to 3.9.12 (#452)

    Bumps `mavenVersion` from 3.9.11 to 3.9.12.
    
    Updates `org.apache.maven:maven-plugin-api` from 3.9.11 to 3.9.12
    - [Release notes](https://github.com/apache/maven/releases)
    - [Commits](apache/maven@maven-3.9.11...maven-3.9.12)
    
    Updates `org.apache.maven:maven-core` from 3.9.11 to 3.9.12
    
    Updates `org.apache.maven:maven-model` from 3.9.11 to 3.9.12
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven:maven-plugin-api
      dependency-version: 3.9.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-core
      dependency-version: 3.9.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.apache.maven:maven-model
      dependency-version: 3.9.12
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 17, 2025
    Configuration menu
    Copy the full SHA
    1825b2a View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#457)

    Bumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.4.0 to 3.5.0.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness
      dependency-version: 3.5.0
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 13, 2026
    Configuration menu
    Copy the full SHA
    a050be3 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. Bump org.apache.maven.plugins:maven-plugins from 45 to 47 (#459)

    Bumps [org.apache.maven.plugins:maven-plugins](https://github.com/apache/maven-parent) from 45 to 47.
    - [Release notes](https://github.com/apache/maven-parent/releases)
    - [Commits](https://github.com/apache/maven-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugins:maven-plugins
      dependency-version: '47'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    e2f9135 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2026

  1. Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#461)

    Bumps org.apache.maven.plugin-testing:maven-plugin-testing-harness from 3.5.0 to 3.5.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.maven.plugin-testing:maven-plugin-testing-harness
      dependency-version: 3.5.1
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 10, 2026
    Configuration menu
    Copy the full SHA
    0814ec7 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Cleanup deps (#463)

    Group them logically and tidy things up.
    cstamas authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    38534e3 View commit details
    Browse the repository at this point in the history
  2. Bug: use change detecton strategies (#462)

    Use the change detection strategy from maven-filtering
    
    Depends on apache/maven-filtering#323
    
    Fixes #453
    cstamas authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    caefcde View commit details
    Browse the repository at this point in the history
  3. Drop commons-io; unused

    cstamas committed Feb 26, 2026
    Configuration menu
    Copy the full SHA
    3f74ba2 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2026

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