Files
Marcono1234 ff724a9860 Simplify Central deployment & update Release Process guide (#2902)
* Simplify Central deployment & update Release Process guide

* Move central-publishing-maven-plugin outside profiles

Plugin only runs for `deploy` goal anyway so no need to have this in release profile.
Additionally, the other modules (currently only `gson`) declare it as regular plugin, not inside a profile, as well.
2025-09-11 13:36:42 -07:00
..

test-jpms

This Maven module contains tests to verify that Gson's module-info.class which is used by the Java Platform Module System (JPMS) works properly and can be used by other projects. The module declaration file src/test/java/module-info.java uses Gson's module.

This is a separate Maven module to test Gson's final JAR instead of just the compiled classes.