Skip to content

Commit fbd7a15

Browse files
committed
fix spotbugs classpath
1 parent 9193b6f commit fbd7a15

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

ddk-parent/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<checkstyle.version>11.0.1</checkstyle.version>
5151
<clean.version>3.5.0</clean.version>
5252
<deploy.version>3.1.4</deploy.version>
53-
<spotbugs.plugin.version>4.9.4.2</spotbugs.plugin.version>
53+
<spotbugs.plugin.version>4.9.6.0</spotbugs.plugin.version>
5454
<spotbugs.version>4.9.5</spotbugs.version>
5555
<pmd.plugin.version>3.27.0</pmd.plugin.version>
5656
<pmd.version>7.17.0</pmd.version>
@@ -359,6 +359,8 @@
359359
<threshold>Low</threshold>
360360
<excludeFilterFile>${spotbugs.excludeFilterFile}</excludeFilterFile>
361361
<maxHeap>1024</maxHeap>
362+
<classFilesDirectory>${project.build.directory}/classes</classFilesDirectory>
363+
<auxclasspath>${project.build.directory}/../*/target/classes</auxclasspath>
362364
</configuration>
363365
</plugin>
364366
</plugins>

0 commit comments

Comments
 (0)