Mano Swerts
Mano Swerts
When adding a new module to the project, the aggregator changes. This causes all the modules to be released in the project even though they have not changed. We should:...
We have a multi module project where 1 module contains Checkstyle configuration. That modules is then included in the parent POM as a plugin dependency: ``` org.apache.maven.plugins maven-checkstyle-plugin 2.16 com.my.company...
We have a multi module maven project that also contains a non-maven module for Vagrant configuration. It is therefore not mentioned in our parent / aggregator POM. We noticed that...
When executing the build from another directory than the project one using the `-f` parameter, the build fails: ``` [ERROR] ************************************ [ERROR] Could not execute the release plugin [ERROR] ************************************...
Referencing AsyncAPI specs to reuse messages and schemas generates Java classes with incorrect names
#### Describe the bug When generating Java code from an AsyncAPI spec which references another one for reuse, schemas from the referenced AsyncAPI spec are named `AnonymousSchema.java` instead of using...
Also tuned down verbosity.