summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorniamhcore <niamh.core@est.tech>2021-09-21 16:08:29 +0100
committerNiamh Core <niamh.core@est.tech>2021-09-22 15:47:16 +0000
commit4f431887d66854589354c7361f2614f76420d738 (patch)
tree73d3e3ac956c84cc024ecc5f8b76c6c60aca5c50 /pom.xml
parentfa11e9cb799b9738d2295abd4690c142639b9250 (diff)
Add get modules response type to openapi
Issue-ID: CPS-657 Signed-off-by: niamhcore <niamh.core@est.tech> Change-Id: Ifcd22b6e82aaf4993f9071ad56b524fe620afaf7
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 1836f227..2eca0b26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -431,6 +431,7 @@
<threshold>Low</threshold>
<failOnError>true</failOnError>
<excludeFilterFile>spotbugs-exclude.xml</excludeFilterFile>
+ <addSourceDirs>true</addSourceDirs>
<xmlOutput>true</xmlOutput>
<xmlOutputDirectory>${basedir}/target/spotbugs</xmlOutputDirectory>
</configuration>