Skip to main content
Version: 2.8 (deprecated)

coursier_lockfile


A Coursier lockfile along with references to the artifacts to use for the lockfile.

Backend: ``


description

str | None
default: None

A human-readable description of the target.

Use ./pants list --documented :: to see all targets with descriptions.

source

str | None
default: None

A single Pants Coursier Lockfile source.

Use ./pants coursier-resolve ... to generate (or regenerate) the Lockfile. If the Lockfile doesn't exist on disk, the first run of coursier-resolve will attempt to generate it for you to the default file name ('coursier_resolve.lockfile'). After running coursier-resolve for the first time, you should update this field'ssources to explicit take ownership of the generated lockfile.

tags

Iterable[str] | None
default: None

Arbitrary strings to describe a target.

For example, you may tag some test targets with 'integration_test' so that you could run ./pants --tag='integration_test' test :: to only run on targets with that tag.