Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 915 Bytes

File metadata and controls

28 lines (17 loc) · 915 Bytes

Developer Guide

This documentation is split by audience:

  • Integration Guide for developers who add telemetry-java to an application or library.
  • This file for developers working on telemetry-java itself.

Build and Test

Standard Maven commands are used:

  • mvn test
  • mvn verify
  • mvn package

Project Workflow

This project uses speq-skill and recorded specs for mission definition, planning, implementation, verification, and recording into the permanent spec library. See speq-skill documentation for details.

OpenFastTrace Requirement Tracing

OpenFastTrace tags are included in the speq-skill spec to avoid duplication.

Tracing runs in the Maven verify phase. You can specifically run tracing using this command:

mvn generate-sources org.itsallcode:openfasttrace-maven-plugin:trace