aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas <>2022-02-07 11:40:27 +0100
committerThomas <>2022-02-08 09:37:25 +0100
commit160a5665b89b56dd141377233ff4ff0c10defb11 (patch)
tree13e88e67acc1633cf44a5b1b7e4c571ea4a5a6da /pom.xml
parente9bb7aeaf5a9f7a445907ccb2abc96635e5b534c (diff)
downloadNational_eIDAS_Gateway-160a5665b89b56dd141377233ff4ff0c10defb11.tar.gz
National_eIDAS_Gateway-160a5665b89b56dd141377233ff4ff0c10defb11.tar.bz2
National_eIDAS_Gateway-160a5665b89b56dd141377233ff4ff0c10defb11.zip
test(ernp): exclude generated ERnP classes from PWD checks
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 7cc47323..15a126f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -786,6 +786,7 @@
</rulesets>
<excludeRoots>
<excludeRoot>target/generated/cxf</excludeRoot>
+ <excludeRoot>target/generated/swagger</excludeRoot>
</excludeRoots>
</configuration>
</plugin>