Improve copyright maven plugin
Copyright plugin now supports .properties files.
Thanks to JNR for the RFE.
| | |
| | | |
| | | /** The file extensions to test. */ |
| | | public static final List<String> CHECKED_EXTENSIONS = new LinkedList<>(Arrays.asList( |
| | | "bat", "c", "h", "html", "java", "ldif", "Makefile", "mc", "sh", "txt", "xml", "xsd", "xsl")); |
| | | "bat", "c", "h", "html", "java", "ldif", "Makefile", "mc", "properties", "sh", "txt", "xml", "xsd", "xsl")); |
| | | |
| | | private static final List<String> EXCLUDED_END_COMMENT_BLOCK_TOKEN = new LinkedList<>(Arrays.asList( |
| | | "*/", "-->")); |