Andreas Sewe
Andreas Sewe
@johnthepink Many thanks for the pointer. Totally missed the `[output]` in the synopsis shown by `gitbook help build` and then was led astray by Google’ing, which turned up only the...
Just checked the above test case with [version 1.1.0](https://github.com/mojohaus/tidy-maven-plugin/milestone/2) of the `tidy-maven-plugin`: `tidy:check` no longer complains about the `pom.xm` and `tidy:check` leaves it alone. While this is nice, I wouldn’t...
Hi @jochenw. Excellent. Thanks for picking this up. Out of curiosity: Do you already know what the default will be?
Source/target level is 1.8. The dependency, as far as I can tell with the help of `javap`, uses version 52.0 (i.e., Java 8) exclusively. That being said, I was able...
@ebarboni @mkleint Moving the `nbm-maven-plugin` under the umbrella of Apache NetBeans would be great! Maybe this is an idea one of you can present at the NetBeans virtual meetup (next...
No schema. In fact, XHTML5 doesn't have one. But AFAIK, `xml:check-format` just requires well-formedness, not validity, so the schema should be immaterial.
Since now there are already `fn:parse-uri` and `fn:build-uri` in the spec, the spec for `fn:relativize-uri($base, $target)` can likely be be broken down along these lines: 1. Specify that `$target` is...
I also encountered this issue (on the same artifiact, only obtained via https://download.eclipse.org/releases/2024-03/). Adding a `com.sonatype.nexus.repository` logger (at `TRACE`) level unfortunately didn't yield a more helpful log message: ``` 2024-03-21...
Thanks, @hsz. Configuring _Run tests using: Gradle_ works. Alas, in my case this is somewhat inconvenient, as the IntelliJ plug-in is just one module in a larger project, for which...
Another real-world use case is mirroring VS Code installations, e.g., when testing VS code extensions, which use URLs like `https://update.code.visualstudio.com/${version}/${platform}/stable?released=${isReleased}` (note the `released` parameter).