File tree Expand file tree Collapse file tree 9 files changed +5
-923
lines changed
Expand file tree Collapse file tree 9 files changed +5
-923
lines changed Original file line number Diff line number Diff line change 11* . *
22
3+ ! CNAME
34! .gitignore
45! .gitmodules
5- ! CNAME
6- ! .dockerignore
7- ! Dockerfile
86! circle.yml
97! pom.xml
108! * .java
1816! src /site /* .xml
1917! src /site /* .xslt
2018
21- ! src /analysis /** /* .xml
22- ! src /analysis /** /* .txt
23-
2419target /**
25-
Original file line number Diff line number Diff line change 171171 <artifactId >spotbugs-maven-plugin</artifactId >
172172 <version >3.1.11</version >
173173 <configuration >
174- <includeFilterFile >src/analysis /findbugs/includefiles.xml</includeFilterFile >
174+ <includeFilterFile >src/codestyle /findbugs/includefiles.xml</includeFilterFile >
175175 <effort >Max</effort >
176176 <threshold >Low</threshold >
177177 <maxRank >20</maxRank >
374374 <artifactId >license-maven-plugin</artifactId >
375375 <version >3.0</version >
376376 <configuration >
377- <header >src/analysis /license/licensetemplate.txt</header >
377+ <header >src/codestyle /license/licensetemplate.txt</header >
378378 <useDefaultExcludes >true</useDefaultExcludes >
379379 <headerDefinitions >
380- <headerDefinition >src/analysis /license/style.xml</headerDefinition >
380+ <headerDefinition >src/codestyle /license/style.xml</headerDefinition >
381381 </headerDefinitions >
382382 <excludes >
383383 <exclude >.dockerignore</exclude >
495495 </execution >
496496 </executions >
497497 <configuration >
498- <configLocation >src/analysis /checkstyle/style.xml</configLocation >
498+ <configLocation >src/codestyle /checkstyle/style.xml</configLocation >
499499 <encoding >UTF-8</encoding >
500500 <consoleOutput >true</consoleOutput >
501501 <failsOnError >true</failsOnError >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments