• R/O
  • HTTP
  • SSH
  • HTTPS

JinArchiver: Commit

JinArchiverは、人狼BBSの過去ログを独自のXML形式でローカルディスクに保存するためのツールです。


Commit MetaInfo

Revision4eb4e28697661a564a7fd47debdb469156838b47 (tree)
Time2020-10-12 00:25:13
AuthorOlyutorskii <olyutorskii@user...>
CommiterOlyutorskii

Log Message

update maven plugins.

Change Summary

Incremental Difference

--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -6,7 +6,7 @@
66
77 <!--
88 Checkstyle modules
9- for Checkstyle 8.30 or later
9+ for Checkstyle 8.36 or later
1010
1111 [ https://checkstyle.org/ ]
1212
@@ -206,6 +206,7 @@
206206 <module name="SuperClone" />
207207 <module name="SuperFinalize" />
208208 <module name="UnnecessaryParentheses" />
209+ <module name="UnnecessarySemicolonAfterOuterTypeDeclaration" />
209210 <module name="UnnecessarySemicolonAfterTypeMemberDeclaration" />
210211 <module name="UnnecessarySemicolonInEnumeration" />
211212 <module name="UnnecessarySemicolonInTryWithResources" />
@@ -231,6 +232,7 @@
231232 <module name="JavadocBlockTagLocation" />
232233 <module name="JavadocContentLocationCheck" />
233234 <module name="JavadocMethod" />
235+ <module name="JavadocMissingWhitespaceAfterAsterisk" />
234236 <module name="JavadocParagraph" />
235237 <module name="JavadocStyle">
236238 <property
@@ -278,6 +280,7 @@
278280 <module name="Indentation">
279281 <property name="caseIndent" value="0" />
280282 </module>
283+ <module name="NoCodeInFile" />
281284 <module name="OuterTypeFilename" />
282285 <module name="TodoComment">
283286 <property name="format" value="TODO" />
@@ -302,6 +305,7 @@
302305 <module name="CatchParameterName" />
303306 <module name="ClassTypeParameterName" />
304307 <module name="ConstantName" />
308+ <module name="IllegalIdentifierName" />
305309 <module name="InterfaceTypeParameterName" />
306310 <module name="LambdaParameterName" />
307311 <module name="LocalFinalVariableName" />
@@ -311,6 +315,8 @@
311315 <module name="MethodTypeParameterName" />
312316 <module name="PackageName" />
313317 <module name="ParameterName" />
318+ <module name="PatternVariableName" />
319+ <module name="RecordTypeParameterName" />
314320 <module name="StaticVariableName" />
315321 <module name="TypeName" />
316322
@@ -341,6 +347,7 @@
341347 <module name="MethodLength" />
342348 <module name="OuterTypeNumber" />
343349 <module name="ParameterNumber" />
350+ <module name="RecordComponentNumber" />
344351
345352
346353 <!-- Whitespace -->
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
150150 <plugin>
151151 <groupId>org.apache.maven.plugins</groupId>
152152 <artifactId>maven-resources-plugin</artifactId>
153- <version>3.1.0</version>
153+ <version>3.2.0</version>
154154 </plugin>
155155
156156 <plugin>
@@ -162,19 +162,19 @@
162162 <plugin>
163163 <groupId>org.apache.maven.plugins</groupId>
164164 <artifactId>maven-surefire-plugin</artifactId>
165- <version>3.0.0-M4</version>
165+ <version>3.0.0-M5</version>
166166 </plugin>
167167
168168 <plugin>
169169 <groupId>org.apache.maven.plugins</groupId>
170170 <artifactId>maven-surefire-report-plugin</artifactId>
171- <version>3.0.0-M4</version>
171+ <version>3.0.0-M5</version>
172172 </plugin>
173173
174174 <plugin>
175175 <groupId>org.jacoco</groupId>
176176 <artifactId>jacoco-maven-plugin</artifactId>
177- <version>0.8.5</version>
177+ <version>0.8.6</version>
178178 </plugin>
179179
180180 <plugin>
@@ -186,7 +186,7 @@
186186 <plugin>
187187 <groupId>org.apache.maven.plugins</groupId>
188188 <artifactId>maven-shade-plugin</artifactId>
189- <version>3.2.1</version>
189+ <version>3.2.4</version>
190190 </plugin>
191191
192192 <plugin>
@@ -210,19 +210,19 @@
210210 <plugin>
211211 <groupId>org.apache.maven.plugins</groupId>
212212 <artifactId>maven-site-plugin</artifactId>
213- <version>3.9.0</version>
213+ <version>3.9.1</version>
214214 </plugin>
215215
216216 <plugin>
217217 <groupId>org.apache.maven.plugins</groupId>
218218 <artifactId>maven-assembly-plugin</artifactId>
219- <version>3.2.0</version>
219+ <version>3.3.0</version>
220220 </plugin>
221221
222222 <plugin>
223223 <groupId>org.apache.maven.plugins</groupId>
224224 <artifactId>maven-project-info-reports-plugin</artifactId>
225- <version>3.0.0</version>
225+ <version>3.1.1</version>
226226 </plugin>
227227
228228 <plugin>
@@ -245,7 +245,7 @@
245245 <dependency>
246246 <groupId>com.puppycrawl.tools</groupId>
247247 <artifactId>checkstyle</artifactId>
248- <version>8.30</version>
248+ <version>8.36.2</version>
249249 </dependency>
250250 </dependencies>
251251 </plugin>
@@ -259,12 +259,12 @@
259259 <plugin>
260260 <groupId>com.github.spotbugs</groupId>
261261 <artifactId>spotbugs-maven-plugin</artifactId>
262- <version>4.0.0</version>
262+ <version>4.1.3</version>
263263 <dependencies>
264264 <dependency>
265265 <groupId>com.github.spotbugs</groupId>
266266 <artifactId>spotbugs</artifactId>
267- <version>4.0.1</version>
267+ <version>4.1.3</version>
268268 </dependency>
269269 </dependencies>
270270 </plugin>
@@ -431,6 +431,7 @@
431431 <groupId>org.apache.maven.plugins</groupId>
432432 <artifactId>maven-assembly-plugin</artifactId>
433433 <configuration>
434+ <tarLongFileMode>posix</tarLongFileMode>
434435 <descriptors>
435436 <descriptor>src/assembly/src.xml</descriptor>
436437 </descriptors>
Show on old repository browser