You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skip archetype integration tests on release deploy
The cn1-maven-archetypes repo added archetype-post-generate ITs on
2026-05-07 that generate a test project pinned to cn1Version=8.0-SNAPSHOT
and then invoke the codenameone-maven-plugin. That SNAPSHOT is not on
Maven Central, so the ITs fail during release deploy even though the
archetype packages cleanly. The ITs are upstream CI coverage, not
release coverage -- pass -Darchetype.test.skip=true (and -DskipTests
for symmetry) so the release deploy doesn't run them.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>