Skip to content

Commit cce89fd

Browse files
committed
implemented docker image build fix from it-at-m/refarch-templates#802
1 parent 0793857 commit cce89fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

captchaservice-backend/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@
430430
<configuration>
431431
<effort>Max</effort>
432432
<excludeFilterFile>spotbugs-exclude-rules.xml</excludeFilterFile>
433+
<spotbugsXmlOutputDirectory>${project.build.directory}/spotbugs-results</spotbugsXmlOutputDirectory> <!-- required to ensure only the artifact jar is on top level when building -->
433434
<plugins>
434435
<plugin>
435436
<groupId>com.h3xstream.findsecbugs</groupId>

0 commit comments

Comments
 (0)