-
Methods Method Description org.apache.maven.shared.utils.cli.StreamPumper.close() As of 3.2.0, removed without replacement.org.apache.maven.shared.utils.cli.StreamPumper.flush() As of 3.2.0, removed without replacement.org.apache.maven.shared.utils.PropertyUtils.loadProperties(URL) As of 3.1.0, please use methodPropertyUtils.loadOptionalProperties(java.net.URL)
. This method should not be used as it suppresses exceptions silently when loading properties fails and returnsnull
instead of an emptyProperties
instance when the givenURL
isnull
.