We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9193b6f commit fbd7a15Copy full SHA for fbd7a15
1 file changed
ddk-parent/pom.xml
@@ -50,7 +50,7 @@
50
<checkstyle.version>11.0.1</checkstyle.version>
51
<clean.version>3.5.0</clean.version>
52
<deploy.version>3.1.4</deploy.version>
53
- <spotbugs.plugin.version>4.9.4.2</spotbugs.plugin.version>
+ <spotbugs.plugin.version>4.9.6.0</spotbugs.plugin.version>
54
<spotbugs.version>4.9.5</spotbugs.version>
55
<pmd.plugin.version>3.27.0</pmd.plugin.version>
56
<pmd.version>7.17.0</pmd.version>
@@ -359,6 +359,8 @@
359
<threshold>Low</threshold>
360
<excludeFilterFile>${spotbugs.excludeFilterFile}</excludeFilterFile>
361
<maxHeap>1024</maxHeap>
362
+ <classFilesDirectory>${project.build.directory}/classes</classFilesDirectory>
363
+ <auxclasspath>${project.build.directory}/../*/target/classes</auxclasspath>
364
</configuration>
365
</plugin>
366
</plugins>
0 commit comments