<?xml version="1.0" encoding="UTF-8"?>
<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
<local-check-config name="maven-checkstyle-plugin" location="jar:file:/C:/Users/hhuynh/.m2/repository/org/terracotta/checkstyle/terracotta-checkstyle/1.0-SNAPSHOT/terracotta-checkstyle-1.0-SNAPSHOT.jar!/general/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration">
<property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
</local-check-config>
<fileset name="java-sources" enabled="true" check-config-name="maven-checkstyle-plugin" local="true">
<file-match-pattern match-pattern="src/main/java.*/.*\.java" include-pattern="true"/>
</fileset>
</fileset-config>
|