Details
Description
The documentation cites ${settings.offline} as a means to determine if the current build is offline: https://maven.apache.org/settings.html#properties
For the life of me, I cannot get anything from a ${settings.offline} property in any way. ${settings.localRepository} works, though.
—
I hope to use ${settings.offline} within a maven-antrun-plugin target to avoid some WSDL GET requests when operating offline.
—
Thank you.