diff options
author | Thomas <> | 2022-02-07 11:40:27 +0100 |
---|---|---|
committer | Thomas <> | 2022-02-08 09:37:25 +0100 |
commit | 160a5665b89b56dd141377233ff4ff0c10defb11 (patch) | |
tree | 13e88e67acc1633cf44a5b1b7e4c571ea4a5a6da | |
parent | e9bb7aeaf5a9f7a445907ccb2abc96635e5b534c (diff) | |
download | National_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
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -786,6 +786,7 @@ </rulesets> <excludeRoots> <excludeRoot>target/generated/cxf</excludeRoot> + <excludeRoot>target/generated/swagger</excludeRoot> </excludeRoots> </configuration> </plugin> |