Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pacmak): fix a couple of issues related to java generation (#921)
* fix(pacmak): don't aggregate package single-packages & builder generation Generating the aggregate POM could result in building a cyclic POM module tree, as the aggregate POM file would then be replacing the module's own POM. This stops aggregate-packaging single modules. Also addresses an issue with the builder method names being generated inconsistently across the Struct & Class builders, resulting in invalid call forwaring being attempted. * generate correct overloads for type unions
- Loading branch information