...
<major>.<minor>.<revision>([{{<qualifier>]|[<build>])}}
where:
- the qualifier section is optional (and is SNAPSHOT, alpha-1, alpha-2)
- the build section is optional (and increments starting at 1 if specified)
- any '0' build or revision elements can be omitted.
- only one of build and qualifier can be given (note that the timestamped qualifier includes a build number, but this is not the same)
- the build number is for those that repackage the original artifact (eg, as is often done with rpms)
...
nearest\farthest | compile | provided | runtime | system | test |
|---|---|---|---|---|---|
compile | compile | compile | compile | compile | compile |
provided | provided compile | provided provided | runtime | provided | provided |
runtime | runtime compile | runtime | runtime | runtime | runtime |
system | system compile | system | system | system | system |
test | test compile | test test | runtime | test | test |