Gerd Aschemann
Gerd Aschemann
As a developer uploading artifacts to Maven Central I would like to make use of GPG agent to provide private signing keys in order to prevent disclosure from my environment.
I am thinking about contributing a version for [Antora](https://antora.org) but cannot see how the dists are generated from the source. Is there any coded process which should be extended (it...
## Summary - Automatically inject module-aware resource roots for projects using modular `` layout - Resources are picked up from `src//main/resources` and `src//test/resources` - Issue warnings when explicit legacy ``...
## Problem JitPack has reliability issues that impede development workflow: - **New branches don't show up**: Newly created development branches are not discoverable/accessible in JitPack - **Stale builds**: Updates to...
## Summary Fixes #405 - Resolves "File name too long" error when generating JUnit XML reports for HTML files in deeply nested directory structures. The solution introduces a configurable output...
The Maven source document configuration should be optional (it was mandatory as it seems). This closes #429
### Summary This PR adds a first‑class, Docker‑based GitHub Action for HTML Sanity Check (HSC) and a reusable container image published to GHCR. It also introduces CI jobs to build,...
According to the docs the [`sourceDocuments` should be *optional*](https://github.com/aim42/htmlSanityCheck/blob/9efca5e2347e11b48aeb471fb44730c737f0aeef/htmlSanityCheck-maven-plugin/README.adoc?plain=1#L78), but leaving them out in the Maven project (see below), leads to a runtime error: ``` [INFO] --- htmlsanitycheck:2.0.0-rc4:sanity-check (sanity-check-generated-docs) @...
**Background** Currently, file suffix handling is inconsistent across the project: - Gradle plugin: only searches for `.html` files - Maven plugin: searches for `.html` and `.htm` files - CLI: searches...
As a user of HSC I would like to get a finding for an invalid URI (up to now it was just ignored).