diff --git a/.gitignore b/.gitignore index dbcf0ecad..82300db7f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ *.iml *.ipr target/* +*/target/* ### NetBeans ### /nbproject/private/ diff --git a/product/product-application/pom.xml b/product/product-application/pom.xml index ba9cd1f7e..008fbd314 100644 --- a/product/product-application/pom.xml +++ b/product/product-application/pom.xml @@ -131,6 +131,15 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + true + +