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:
  • Constructor Details

    • SvnPropertiesValidator

      public SvnPropertiesValidator()
  • Method Details