-
current rebuild.sh is perfect to easily check officially released artifacts, against content available in Central repository
when the result is "it works, yay!", that's perfect, but when the result i…
-
When generating Java class from XSD , I need to add @XmlRootElement for xsd:complexType classes.
Currently, I am able to do with the external plugins,
```
org.jvnet.jaxb2_commons
…
-
I have a class with a static initializer that sets static final integer values from system properties, or sets default values. To test system properties, each test method creates a new ClassLoader. Th…
-
Using `jaxb2-maven-plugin:2.5.0`, When doing a maven build using the following module structure
```
root_dir/
├─ parent/
│ ├─ pom.xml
├─ sub-module/
│ ├─ src/
│ │ ├─ main/
│ │ │ ├─ java…
-
**Is your feature request related to a problem? Please describe.**
Currently, all files have checksums.
To see what I mean, consider this API call:
https://api.adoptium.net/v3/assets/version/8.0.…
-
Hallo,
while using JSign-maven-plugin and Proxy-Settings defined in the settings.xml within an multi-module-build it seems the Plugin "loses" the specified nonProxyHosts.
So if you build module A …
BueDo updated
2 years ago
-
The [project's README](https://github.com/cobertura/cobertura) links to the [Cobertura sourceforge web page](http://cobertura.sourceforge.net/) that forwards to the [GithubPages](http://cobertura.gith…
-
Just a proposal:
You can make use of several maven plugins to eliminate the need of executing the `generate.sh` prior to the actual Maven build.
There are several plugins out there:
- `maven-jaxb2-p…
-
Hi there,
I have upgraded from Maven 3.8.4 to 3.9.1 and noticed that dependencies in the parent POM were no longer being pulled into the leaf POM. Dropping the version of the plugin back to 1.3.0 …
-
Hello,
When running `mvn versions:property-updates-report` with formats set to xml, an xml report is generated.
However, that report does not contain the current value of a property, but only th…