Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 891 Bytes

File metadata and controls

30 lines (20 loc) · 891 Bytes

komet

komet subproject.

Build Standards

Files in .claude/standards/ are build artifacts unpacked from ike-build-standards. DO NOT edit or commit them. See the workspace root CLAUDE.md for details.

Build

mvn clean verify -DskipTests -T 1C

Key Facts

  • GroupId: dev.ikm.komet
  • Version: 1.59.0-SNAPSHOT
  • Uses --enable-preview (Java 25)
  • BOM: imports dev.ikm.ike:ike-bom for dependency version management

Prohibited Patterns

  • Never use maven-antrun-plugin — use a proper Maven goal or exec-maven-plugin
  • Never use build-helper-maven-plugin for multi-execution property chaining — write a proper Maven goal in ike-maven-plugin
  • Never embed shell commands inline in POM — extract to a named script

See .claude/standards/ (after mvn validate) for full standards. See CLAUDE-komet.md for project-specific notes.