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
Version1.3.0compared with
Version Details
| 1.2.9 | 1.3.0 | |
|---|---|---|
| Release date | May 05, 2011 | May 05, 2011 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (1)
| 1.2.9 | 1.3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| - Removed | org.apache.maven.shared » maven-plugin-testing-harness | 1.1 | - |
Test Changes (1)
| 1.2.9 | 1.3.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.apache.maven.shared » maven-plugin-testing-harness | - | 1.1 |
