Maven Property-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 Net
GroupId

GroupId

net.sf.maven-properties-enum-plugin
ArtifactId

ArtifactId

maven-properties-enum-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

Maven Property-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/

Download maven-properties-enum-plugin

How to add to project

<plugin>
    <groupId>net.sf.maven-properties-enum-plugin</groupId>
    <artifactId>maven-properties-enum-plugin</artifactId>
    <version>1.0.1</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.apache.maven.shared : maven-plugin-testing-harness jar 1.1
apache-log4j » log4j jar 1.2.15

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1