Package com.qulice.maven
Class SvnPropertiesValidator
- java.lang.Object
-
- com.qulice.maven.SvnPropertiesValidator
-
public final class SvnPropertiesValidator extends Object
Check for required svn properties in all text files.Every text file should have two SVN properties:
svn:keywords=Id svn:eol-style=native
Read SVN documentation about how you can set them.
- Since:
- 0.3
- See Also:
- Properties in Subversion
-
-
Constructor Summary
Constructors Constructor Description SvnPropertiesValidator()
-
-
-
Method Detail
-
validate
public void validate(com.qulice.maven.MavenEnvironment env) throws ValidationException
- Throws:
ValidationException
-
-