DOC

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

Maven & Gradle

Dec 10, 2010

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

Table Of Contents

Latest Version

Download net.sf.maven-properties-enum-plugin : maven-properties-enum-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download net.sf.maven-properties-enum-plugin : maven-properties-enum-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file maven-properties-enum-plugin-1.0.1-javadoc.jar to maven-properties-enum-plugin-1.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder maven-properties-enum-plugin-1.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "maven-properties-enum-plugin-1.0.1-sources.jar" -d "maven-properties-enum-plugin-1.0.1-javadoc" -subpackages