Simian Properties Aslak Hellesoy Maurice Montgénie
PropertyOptional?Description
maven.simian.linecount Yes (default = 10) Specifies the minimum number of lines that is considered a match.
maven.simian.includeTests Yes (default = true) Specifies whether simian should process the unit test files if present.
maven.simian.failonduplication Yes (default = false) Specifies whether the build should fail if a match is found.
maven.simian.ignorestrings Yes (default = false) Ignore strings (Java, C#, C, C++, JavaScript, COBOL): "one" and "two" would both match.
maven.simian.ignorestringcase Yes (default = false) Ignore string case (Java, C#, C, C++, JavaScript, COBOL): "Hello, World" and "HELLO, WORLD" would both match.
maven.simian.ignorenumbers Yes (default = false) Ignore numbers (Java, C#, C, C++, JavaScript, COBOL): int x = 1; and int x = 576; would both match.
maven.simian.ignoresubtypenames Yes (default = false) Ignore subtype names (Java): BufferedReader, StringReader and Reader would all match.
maven.simian.ignoremodifiers Yes (default = false) Ignore modifiers (Java, C#, C, C++, JavaScript): public, protected, static, etc.