saker.maven.classpath Documentation TaskDoc JavaDoc Packages
Represents an update policy configuration for Maven artifacts. Corresponds to the <updatePolicy/> element in a pom.xml.
Summary
Enumeration values
alwaysThe operation should always check if artifacts are up to date.
dailyThe operation should check if an artifact is up to date using daily intervals.
intervalThe operation should check if the artifact is up to data by the specified interval.
neverThe 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.