diff --git a/.gitignore b/.gitignore index a09c56d..4db2a73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /.idea +target diff --git a/common/target/classes/com/storeroom/exception/BaseException.class b/common/target/classes/com/storeroom/exception/BaseException.class deleted file mode 100644 index 49deb62..0000000 Binary files a/common/target/classes/com/storeroom/exception/BaseException.class and /dev/null differ diff --git a/common/target/classes/com/storeroom/exception/handler/GlobalExceptionHandler.class b/common/target/classes/com/storeroom/exception/handler/GlobalExceptionHandler.class deleted file mode 100644 index 74cc95f..0000000 Binary files a/common/target/classes/com/storeroom/exception/handler/GlobalExceptionHandler.class and /dev/null differ diff --git a/pom.xml b/pom.xml index abc5d77..97533ee 100644 --- a/pom.xml +++ b/pom.xml @@ -235,12 +235,16 @@ - org.apache.maven.plugins - maven-surefire-plugin + maven-jar-plugin - true + + + true + AppRun + +