diff --git a/.gitignore b/.gitignore index 2d80094ad..c526f117c 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ build/ ### VS Code ### .vscode/ +/jars/ diff --git a/cash-api/pom.xml b/cash-api/pom.xml index 827a516c2..b4ae90c1c 100644 --- a/cash-api/pom.xml +++ b/cash-api/pom.xml @@ -48,4 +48,33 @@ + + + + + org.springframework.boot + spring-boot-maven-plugin + + true + + ../../jars + + + + + repackage + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + +