Konrad Windszus
Konrad Windszus
In order to reuse the same template filled by `closer.lua` for the downloads, those should be maintained together with the according parent POMs. Some hints on the templating mechanism is...
The JSON may also include a service field per variable like this ``` { "name": "AES_KEY", "type": "secretString", "value": "****", "service": "preview" } ``` However this is not documented in...
The code at https://github.com/bndtools/bnd/blob/f9b2c857859dd3e46401f2f19aba4b09f308a16e/biz.aQute.bnd.maven/src/aQute/bnd/maven/lib/configuration/BndConfiguration.java#L114 does not take the global configuration into account. For example if the parent pom has something like ``` ... biz.aQute.bnd bnd-maven-plugin bnd-process bnd-process Bundle-Category: Something ```...
State that by default execution data files are always written to in append mode. This closes #1676
Since `maven-plugin-report-plugin` 3.10.0 (https://issues.apache.org/jira/browse/MPLUGIN-442) the mojo documentation is no longer relying on the intermediate format [XDoc](https://maven.apache.org/doxia/references/xdoc-format.html) but rather uses Doxia Sink API together with the XHTML Sink. That requires changing...
With https://github.com/palantir/palantir-java-format/pull/1211 (shipped in palantir-java-formatter 2.57.0) the formatter can be executed as native Graal image. Such an option is provided through the gradle property `palantir.native.formatter=true` however that should also be...
The Maven plugin descriptor (in `META-INF/maven/plugin.xml`) incorrectly contains javadoc taglets which leads to the following code completion hover in m2e:  This can be fixed by upgrading to a newer...
When executing Ant from within Eclipse with target `-antunit-fake-pom` it fails with ``` -antunit-fake-pom: [xslt] Processing /Users/konradwindszus/git/policeman-tools/forbidden-apis/src/test/antunit/dummy.xml to /Users/konradwindszus/git/policeman-tools/forbidden-apis/build/test-maven/fake-pom.xml [xslt] Loading stylesheet pom-generator.xsl [xslt] : Error! Use of the extension...
The `SuppressForbidden` annotation can be used to suppress issues in specific classes/method/fields. This needs some documentation in https://github.com/policeman-tools/forbidden-apis/wiki.