License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.googlecode.maven-properties-enum-plugin |
ArtifactId | ArtifactIdmaven-properties-enum-plugin |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typemaven-plugin |
Description |
DescriptionMaven 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 |
Source Code Management |
Source Code Management |
<plugin>
<groupId>com.googlecode.maven-properties-enum-plugin</groupId>
<artifactId>maven-properties-enum-plugin</artifactId>
<version>1.4.0</version>
</plugin>
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |
org.apache.maven.shared : maven-plugin-testing-harness | jar | 1.1 |