mirror of
https://github.com/google/gson.git
synced 2026-03-13 08:01:59 +08:00
* 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.
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.