Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 881 Bytes

File metadata and controls

26 lines (21 loc) · 881 Bytes

🧩 GuicedEE Parent POM

JDK Build License

The GuicedEE Parent POM centralizes plugin management, encoding, Java toolchain, and shared build configuration across GuicedEE modules.

🔧 Usage (Maven)

<parent>
  <groupId>com.guicedee</groupId>
  <artifactId>guicedee-parent</artifactId>
  <version>${guicedee.version}</version>
</parent>

📚 Docs & Rules

  • Pact: PACT.md
  • Rules: RULES.md
  • Guides: GUIDES.md
  • Architecture index: docs/architecture/README.md

📝 License & Contributions

  • License: Apache 2.0
  • Contributions: Issues/PRs welcome.