komet subproject.
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.
mvn clean verify -DskipTests -T 1C- GroupId:
dev.ikm.komet - Version:
1.59.0-SNAPSHOT - Uses
--enable-preview(Java 25) - BOM: imports
dev.ikm.ike:ike-bomfor dependency version management
- Never use
maven-antrun-plugin— use a proper Maven goal orexec-maven-plugin - Never use
build-helper-maven-pluginfor multi-execution property chaining — write a proper Maven goal inike-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.