| commit | 25c53b6543b5f01ea64e60356016456b47dd1bc2 | [log] [tgz] |
|---|---|---|
| author | Martin Desruisseaux <martin.desruisseaux@geomatys.com> | Sun Oct 26 18:13:13 2025 +0100 |
| committer | GitHub <noreply@github.com> | Sun Oct 26 18:13:13 2025 +0100 |
| tree | e92a84cee772b55d0d024815d01faa6691001a80 | |
| parent | d1ecf6e32cb638c498f3e8ffaa8e7921ad990424 [diff] |
Delete also the directories specified in `<targetPath>` (#276) In the list of directories to delete, include the values specified in the `<targetPath>` child of `<source>` elements. Remove the `reportDirectory` field because its value (read-only) was identical to `outputDirectory` (also read-only).
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.