.checkstyle 1.5 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <fileset-config file-format-version="1.2.0" simple-config="false" sync-formatter="false">
  3. <local-check-config name="maven-checkstyle-plugin check-style" location="jar:file:/C:/Users/User/.m2/repository/org/wildfly/checkstyle/wildfly-checkstyle-config/1.0.5.Final/wildfly-checkstyle-config-1.0.5.Final.jar!/wildfly-checkstyle/checkstyle.xml" type="remote" description="maven-checkstyle-plugin configuration check-style">
  4. <property name="checkstyle.cache.file" value="${project_loc}/target/checkstyle-cachefile"/>
  5. <property name="checkstyle.header.file" value="D:\ARIEL\GABON\Gabon_Workspace\.metadata\.plugins\org.eclipse.core.resources\.projects\GabonTelMobicashMobileAppHelper\com.basistech.m2e.code.quality.checkstyleConfigurator\checkstyle-header-check-style.txt"/>
  6. </local-check-config>
  7. <fileset name="java-sources-check-style" enabled="true" check-config-name="maven-checkstyle-plugin check-style" local="true">
  8. <file-match-pattern match-pattern="^src/test/java.*\.java" include-pattern="true"/>
  9. <file-match-pattern match-pattern="^src/main/java/.*\.java" include-pattern="true"/>
  10. <file-match-pattern match-pattern="^src/main/resources.*\.properties" include-pattern="true"/>
  11. <file-match-pattern match-pattern="^src/main/resources.*\.xml" include-pattern="true"/>
  12. <file-match-pattern match-pattern="^src/test/resources.*\.properties" include-pattern="true"/>
  13. <file-match-pattern match-pattern="^src/test/resources.*\.xml" include-pattern="true"/>
  14. </fileset>
  15. </fileset-config>