-
The documentation at https://www.mojohaus.org/license-maven-plugin/check-file-header-mojo.html#excludes does not really state:
- Against which path the exclude is compared (full absolute file name,…
-
This can be reproduced by renaming _any_ of the containing folders for a maven build that uses `jaxb2-maven-plugin` so that the path contains "readme". The plugin will then fail to find the XSD files …
-
I use jaxb2-maven-plugin with https://github.com/sabomichal/immutable-xjc that is configured via extra arguments. But I get this warning: "Parameter 'arguments' (user property 'xjc.arguments') is depr…
-
Hi
Maybe i missed but I could not see the availability to set the project version from the command line.
I saw -P option for setting properties but is there a way to directly update the version in …
-
Currently the SDK includes a dependency on Animal Sniffer to ensure to no APIs that were introduced post Java 8 are used. This can be replaced by the javac `--release` argument when building with newe…
-
I'm trying to set a property for the year to use in the license
```xml
Copyright © ${build.year} Millennial Technologies
Stop the NPE
or…
-
Some (many) tools generate oss license-check files in structured files.
https://github.com/jk1/Gradle-License-Report
https://www.npmjs.com/package/license-report
https://www.mojohaus.org/license-…
-
### Feature Description
Automatically update years in the license files.
### Problem Description
They outdate (naturally) and we need bot which replaces @vidi42 :smile: :robot:
### Proposed…
-
There is a Maven plugin for generating code from XSDs and this must be updated to a version that supports Java 11:
Version `2.5.0` of the plugin supports Java 11.
```
org.codeha…
-
### Current Behavior:
Technology shows what upgrades could be made to deps.
### Proposed Behavior:
Technology attempts to upgrade on dependency at a time, in cloud/CI time, then run a build, …