Skip to content

Commit

Permalink
Issue #11662: Fixed NoSuchFileException during maven-compiler-plugin:…
Browse files Browse the repository at this point in the history
…3.10.1:testCompile
  • Loading branch information
Vyom-Yadav authored and pbludov committed May 22, 2022
1 parent 5ea26d6 commit 1f81858
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 1f81858

Please sign in to comment.