forked from D-Net/dnet-hadoop
added module dhp-applications
This commit is contained in:
parent
ed484bf24e
commit
cefcb38e62
|
@ -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
|
1
pom.xml
1
pom.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue