|
6 | 6 |
|
7 | 7 | <groupId>io.github.sanyarnd</groupId> |
8 | 8 | <artifactId>app-locker</artifactId> |
9 | | - <version>1.0.4</version> |
| 9 | + <version>1.0.5</version> |
10 | 10 | <url>https://sanyarnd.github.io/applocker/</url> |
11 | 11 | <packaging>jar</packaging> |
12 | 12 |
|
|
39 | 39 |
|
40 | 40 | <sonar.coverage.jacoco.xmlReportPaths>target/sonar-reports/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> |
41 | 41 | <sonar.pvs-studio.reportPath>target/sonar-reports/pvs-output.xml</sonar.pvs-studio.reportPath> |
42 | | - <sonar.java.spotbugs.reportPaths>target/sonar-reports/spotbugsXml.xml</sonar.java.spotbugs.reportPaths> |
43 | | - <sonar.java.pmd.reportPaths>target/sonar-reports/pmd.xml</sonar.java.pmd.reportPaths> |
44 | 42 |
|
45 | 43 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
46 | 44 | <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
|
60 | 58 | <pvsstudio-maven-plugin.version>7.02.32034</pvsstudio-maven-plugin.version> |
61 | 59 | <jacoco-maven-plugin.version>0.8.4</jacoco-maven-plugin.version> |
62 | 60 | <sonar-maven-plugin.version>3.6.0.1398</sonar-maven-plugin.version> |
63 | | - <maven-pmd-plugin.version>3.12.0</maven-pmd-plugin.version> |
64 | 61 | <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version> |
65 | 62 | <checkstyle.version>8.20</checkstyle.version> |
66 | | - <spotbugs-maven-plugin.version>3.1.11</spotbugs-maven-plugin.version> |
67 | | - <spotbugs-findsec-maven-plugin.version>1.9.0</spotbugs-findsec-maven-plugin.version> |
68 | 63 |
|
69 | 64 | <lombok.version>1.18.8</lombok.version> |
70 | 65 | <jsr305.version>3.0.2</jsr305.version> |
|
126 | 121 | <goal>check</goal> |
127 | 122 | </goals> |
128 | 123 | <configuration> |
129 | | - <configLocation>checkstyle/checks.xml</configLocation> |
| 124 | + <configLocation>checkstyle/checkstyle.xml</configLocation> |
130 | 125 | </configuration> |
131 | 126 | </execution> |
132 | 127 | </executions> |
|
149 | 144 | <artifactId>sonar-maven-plugin</artifactId> |
150 | 145 | <version>${sonar-maven-plugin.version}</version> |
151 | 146 | </plugin> |
152 | | - <plugin> |
153 | | - <groupId>com.github.spotbugs</groupId> |
154 | | - <artifactId>spotbugs-maven-plugin</artifactId> |
155 | | - <version>${spotbugs-maven-plugin.version}</version> |
156 | | - <configuration> |
157 | | - <spotbugsXmlOutputDirectory>target/sonar-reports</spotbugsXmlOutputDirectory> |
158 | | - <plugins> |
159 | | - <plugin> |
160 | | - <groupId>com.h3xstream.findsecbugs</groupId> |
161 | | - <artifactId>findsecbugs-plugin</artifactId> |
162 | | - <version>${spotbugs-findsec-maven-plugin.version}</version> |
163 | | - </plugin> |
164 | | - </plugins> |
165 | | - </configuration> |
166 | | - </plugin> |
167 | | - <plugin> |
168 | | - <groupId>org.apache.maven.plugins</groupId> |
169 | | - <artifactId>maven-pmd-plugin</artifactId> |
170 | | - <version>${maven-pmd-plugin.version}</version> |
171 | | - <configuration> |
172 | | - <targetDirectory>target/sonar-reports</targetDirectory> |
173 | | - <format>xml</format> |
174 | | - </configuration> |
175 | | - </plugin> |
176 | 147 | <plugin> |
177 | 148 | <groupId>com.pvsstudio</groupId> |
178 | 149 | <artifactId>pvsstudio-maven-plugin</artifactId> |
|
0 commit comments