diff --git a/.gitignore b/.gitignore index f77bee021..177e1bddd 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,19 @@ .idea *.iml *~ +.classpath +/*/.classpath +/*/*/.classpath +.metadata +/*/.metadata +/*/*/.metadata +.project +.log +.settings +/*/*/target /*/target /target +/*/*/build /*/build /build -spark-warehouse \ No newline at end of file +spark-warehouse diff --git a/pom.xml b/pom.xml index c0e104825..1cf33cef0 100644 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,7 @@ dhp-common dhp-workflows + dhp-applications