The Wayback Machine - http://web.archive.org/web/20201015000627/https://github.com/fulvio999/maven-properties-checker
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 

README.md

A plugin for Apache Maven to check java Properties files (java.util.Properties)

maven-properties-checker is an Apache Maven plugin to check java properties. The purpose is to apply some validation checks at properties file (java.util.Properties) to prevent errors, problems when you deploy the artifact. If a check fail the build process fails.

Example: what happen there is an empty space at the end of properties vaule and the java code don't trim ?

Features:

  • check for empty space(s) in the properties values

  • check for empty values

  • apply a custom check based on user defined regular expression

For more info and usage about this plugin visit: http://iutility.blogspot.it/2013/04/maven-properties-checker.html

(If you need more general info about Maven plugin development look at:
http://iutility.blogspot.it/2013/04/my-guide-on-slidesharenet-about-maven.html )

About

A plugin for Apache Maven to check and validate java Properties files (java.util.Properties) Ref. doc at: https://www.slideshare.net/fulvi/maven-pluginguide-20178872

Topics

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.