File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 173173 <target >17</target > <!-- 生成字节码的 Java 版本 -->
174174 </configuration >
175175 </plugin >
176- <!-- Maven Checkstyle Plugin 配置 -->
177- <!-- <plugin>-->
178- <!-- <groupId>org.apache.maven.plugins</groupId>-->
179- <!-- <artifactId>maven-checkstyle-plugin</artifactId>-->
180- <!-- <version>3.6.0</version>-->
181- <!-- <executions>-->
182- <!-- <execution>-->
183- <!-- <id>validate</id>-->
184- <!-- <phase>validate</phase> <!– 在 validate 阶段执行 –>-->
185- <!-- <goals>-->
186- <!-- <goal>check</goal> <!– 运行 check 目标 –>-->
187- <!-- </goals>-->
188- <!-- </execution>-->
189- <!-- </executions>-->
190- <!-- <configuration>-->
191- <!-- <!– 配置 checkstyle.xml 文件的路径 –>-->
192- <!-- <configLocation>app/src/main/resources/checkstyle.xml</configLocation>-->
193- <!-- <consoleOutput>true</consoleOutput>-->
194- <!-- <failsOnError>true</failsOnError>-->
195- <!-- <linkXRef>false</linkXRef>-->
196- <!-- <outputFile>target/checkstyle-result.xml</outputFile>-->
197- <!-- <outputFileFormat>xml</outputFileFormat>-->
198- <!-- </configuration>-->
199- <!-- </plugin>-->
200176 </plugins >
201177 </build >
202178</project >
You can’t perform that action at this time.
0 commit comments