Skip to content

Commit

Permalink
Issue checkstyle#11662: Fixed NoSuchFileException during maven-compil…
Browse files Browse the repository at this point in the history
…er-plugin:3.10.1:testCompile
  • Loading branch information
Vyom-Yadav committed May 22, 2022
1 parent 5ea26d6 commit cbf317c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/jsoref-spellchecker/whitelist.words
Expand Up @@ -1487,6 +1487,7 @@ xpathfilegeneratorauditlistener
xpathfilterelement
xpathmapper
xpathquerygenerator
Xpkginfo
xright
xsd
xsi
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Expand Up @@ -729,6 +729,9 @@
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<compilerArgs>
<arg>-Xpkginfo:always</arg>
</compilerArgs>
</configuration>
<!-- till https://github.com/checkstyle/checkstyle/issues/2160
<executions>
Expand Down

0 comments on commit cbf317c

Please sign in to comment.