added module dhp-applications

This commit is contained in:
Enrico Ottonello 2019-03-18 16:02:23 +01:00
parent ed484bf24e
commit cefcb38e62
2 changed files with 13 additions and 1 deletions

13
.gitignore vendored
View File

@ -2,8 +2,19 @@
.idea .idea
*.iml *.iml
*~ *~
.classpath
/*/.classpath
/*/*/.classpath
.metadata
/*/.metadata
/*/*/.metadata
.project
.log
.settings
/*/*/target
/*/target /*/target
/target /target
/*/*/build
/*/build /*/build
/build /build
spark-warehouse spark-warehouse

View File

@ -23,6 +23,7 @@
<!--<module>dhp-build</module>--> <!--<module>dhp-build</module>-->
<module>dhp-common</module> <module>dhp-common</module>
<module>dhp-workflows</module> <module>dhp-workflows</module>
<module>dhp-applications</module>
</modules> </modules>
<issueManagement> <issueManagement>