The GuicedEE Parent POM centralizes plugin management, encoding, Java toolchain, and shared build configuration across GuicedEE modules.
<parent>
<groupId>com.guicedee</groupId>
<artifactId>guicedee-parent</artifactId>
<version>${guicedee.version}</version>
</parent>
- Pact:
PACT.md - Rules:
RULES.md - Guides:
GUIDES.md - Architecture index:
docs/architecture/README.md
- License: Apache 2.0
- Contributions: Issues/PRs welcome.