Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.06 KB

File metadata and controls

20 lines (17 loc) · 1.06 KB

User onboarding three-mode fixture

This product-owned template retains the exact macro-annotations/, macro-handlers/, and core/ source topology used by the external onboarding matrix.

  • manual/build.sbt uses explicit project locations and the public ExternalArtifactIdentity build helper copied by the verifier.
  • local-project/build.sbt uses the source-built sbt integration with static local project references and no producer publishLocal.
  • published-module/build.sbt publishes exact-full-cross producer artifacts to a task-owned repository and resolves them through the integration keys.
  • manual-published/build.sbt publishes two marker modules, two handler modules, and one shared handler dependency to that repository, then resolves them without enabling the sbt integration plugin. It exercises the complete manual identity and compiler-option wiring.

The template is copied to a disposable directory by verifyUserOnboardingThreeModeSetup; it is not intended to resolve the unreleased snapshot coordinates directly from a remote repository.