is not current version
Last Version 1.4.0

com.googlecode.maven-properties-enum-plugin:maven-properties-enum-plugin 1.2.9

Never liked hard-coding your property keys? The maven-properties-enum-plugin allows you to generate enum types, holding all valid keys including javadoc. Your advantages: * You can't access on non-existing keys as it would cause compile errors * As it's an enum, you can use your IDE's auto-completion * You'll never have to check your properties keys again * You can see the property's value in the enum field's javadoc

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.googlecode.maven-properties-enum-plugin
ArtifactId

ArtifactId

maven-properties-enum-plugin
Version

Version

1.2.9
Type

Type

maven-plugin

Download maven-properties-enum-plugin 1.2.9


<plugin>
    <groupId>com.googlecode.maven-properties-enum-plugin</groupId>
    <artifactId>maven-properties-enum-plugin</artifactId>
    <version>1.2.9</version>
</plugin>