blob: 68c7cd3fc9da3fb48ef9115c9a2afda6d49c21fe [file] [log] [blame]
alshabib1cc04f72014-09-16 16:09:58 -07001<?xml version="1.0" encoding="UTF-8"?>
2
3<fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
4 <local-check-config name="maven-checkstyle-plugin validate-checkstyle" location="jar:file:/Users/ash/.m2/repository/org/onlab/tools/onos-build-conf/1.0/onos-build-conf-1.0.jar!/onos/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration validate-checkstyle">
5 <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
6 <property name="checkstyle.suppressions.file" value="/Users/ash/work/onos-next/providers/of/host/target/checkstyle-suppressions-validate-checkstyle.xml"/>
7 <property name="checkstyle.header.file" value="/Users/ash/work/onos-next/providers/of/host/target/checkstyle-header-validate-checkstyle.txt"/>
8 </local-check-config>
9 <fileset name="java-sources-validate-checkstyle" enabled="true" check-config-name="maven-checkstyle-plugin validate-checkstyle" local="true">
10 <file-match-pattern match-pattern="src/test/java.*\.java" include-pattern="true"/>
11 <file-match-pattern match-pattern="src/main/java/.*\.java" include-pattern="true"/>
12 <file-match-pattern match-pattern="src/main/resources.*\.properties" include-pattern="true"/>
13 <file-match-pattern match-pattern="src/test/resources.*\.properties" include-pattern="true"/>
14 </fileset>
15</fileset-config>