In bundle: saker.maven.support
Represents an update policy configuration for Maven artifacts.
Corresponds to the <updatePolicy/> element in a pom.xml.
Summary
always | The operation should always check if artifacts are up to date. |
daily | The operation should check if an artifact is up to date using daily intervals. |
interval | The operation should check if the artifact is up to data by the specified interval. |
never | The operation should never check if an artifact is up to date. |
Enumeration values
The operation should always check if artifacts are up to date.
The operation should check if an artifact is up to date using daily intervals.
The operation should check if the artifact is up to data by the specified interval.
The value is expected to have the interval:<num-minutes> format.
The operation should never check if an artifact is up to date.