Maven Properties-Enum-Plugin

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

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

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

ArtifactId

maven-properties-enum-plugin
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Properties-Enum-Plugin
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
Project URL

Project URL

http://code.google.com/p/maven-properties-enum-plugin/
Source Code Management

Source Code Management

https://code.google.com/p/maven-properties-enum-plugin/source/browse/tags/maven-properties-enum-plugin-1.4.0

Download maven-properties-enum-plugin

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
org.apache.maven : maven-project jar 2.2.1
org.apache.maven : maven-plugin-api jar 2.2.1
org.slf4j : slf4j-api jar 1.6.1
ch.qos.logback : logback-classic jar 0.9.27

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.apache.maven.shared : maven-plugin-testing-harness jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0
1.3.1
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2