org.codehaus.mojo.properties.OutputStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of properties-maven-plugin Show documentation
Show all versions of properties-maven-plugin Show documentation
The Properties Maven Plugin is here to make life a little easier when dealing
with properties. It provides goals to read and write properties from files.
The Kuali version of this plugin adds support for loading properties from XML files and reading properties files from any
location Spring resource loading can understand (eg classpath:myprops.properties)
package org.codehaus.mojo.properties;
public enum OutputStyle {
NORMAL, ENVIRONMENT_VARIABLE;
}