| commit | 1e59b45abd7e9f9a8abe8bdab99c8e0da14ca432 | [log] [tgz] |
|---|---|---|
| author | Slawomir Jaranowski <s.jaranowski@gmail.com> | Mon Dec 01 22:08:12 2025 +0100 |
| committer | Slawomir Jaranowski <s.jaranowski@gmail.com> | Tue Dec 02 20:23:26 2025 +0100 |
| tree | a8209121f5b9471809c1009b0f08efb76903c5fa | |
| parent | b07d56e2b1c400da89d5ed0e6fa4e0466b240457 [diff] |
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
You have found a bug or you have an idea for a cool new feature? Contributing code is a great way to give something back to the open source community. Before you dig right into the code, there are a few guidelines that we need contributors to follow so that we can have a chance of keeping on top of things.
We accept Pull Requests via GitHub. The developer mailing list is the main channel of communication for contributors.
There are some guidelines which will make applying PRs easier for us:
git diff --check before committing.mvn -Prun-its verify to assure nothing else was accidentally broken.If you plan to contribute on a regular basis, please consider filing a contributor license agreement.