diff --git a/dhp-build/dhp-code-style/pom.xml b/dhp-build/dhp-code-style/pom.xml
index 77aa2aedbb..7a6a32e0eb 100644
--- a/dhp-build/dhp-code-style/pom.xml
+++ b/dhp-build/dhp-code-style/pom.xml
@@ -22,6 +22,10 @@
dnet45-releases
https://maven.d4science.org/nexus/content/repositories/dnet45-releases
+
+ DHPSite
+ file://${dhp.site.stage.path}/site/dhp-build/dhp-code-style
+
@@ -43,6 +47,7 @@
UTF-8
+ /tmp/dhp-site
\ No newline at end of file
diff --git a/dhp-build/pom.xml b/dhp-build/pom.xml
index 12b999b9c8..fed689a069 100644
--- a/dhp-build/pom.xml
+++ b/dhp-build/pom.xml
@@ -10,6 +10,9 @@
pom
This module is a container for the build tools used in dnet-hadoop
+
+ true
+
dhp-code-style
@@ -17,4 +20,12 @@
dhp-build-properties-maven-plugin
+
+
+
+ DHPSite
+ file://${dhp.site.stage.path}/site/dhp-build
+
+
+
diff --git a/dhp-build/src/site/site.xml b/dhp-build/src/site/site.xml
new file mode 100644
index 0000000000..2d9d769a2d
--- /dev/null
+++ b/dhp-build/src/site/site.xml
@@ -0,0 +1,22 @@
+
+
+
+ org.apache.maven.skins
+ maven-fluido-skin
+ 1.8
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/dhp-common/pom.xml b/dhp-common/pom.xml
index c057123b1d..686b89f6b6 100644
--- a/dhp-common/pom.xml
+++ b/dhp-common/pom.xml
@@ -13,6 +13,13 @@
dhp-common
jar
+
+
+ DHPSite
+ file://${dhp.site.stage.path}/site/dhp-common
+
+
+
This module contains common utilities meant to be used across the dnet-hadoop submodules
diff --git a/dhp-workflows/pom.xml b/dhp-workflows/pom.xml
index 22ee776197..89ba2bf704 100644
--- a/dhp-workflows/pom.xml
+++ b/dhp-workflows/pom.xml
@@ -15,6 +15,13 @@
This module is the container for the oozie workflow definitions in dnet-hadoop project
+
+
+ DHPSite
+ file://${dhp.site.stage.path}/site/dhp-workflows
+
+
+
dhp-workflow-profiles
dhp-aggregation
diff --git a/dhp-workflows/src/site/site.xml b/dhp-workflows/src/site/site.xml
new file mode 100644
index 0000000000..6b742db6a2
--- /dev/null
+++ b/dhp-workflows/src/site/site.xml
@@ -0,0 +1,25 @@
+
+
+
+ org.apache.maven.skins
+ maven-fluido-skin
+ 1.8
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 71c55d1f0f..f7e3c6226c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -719,6 +719,10 @@
dnet45-releases
https://maven.d4science.org/nexus/content/repositories/dnet45-releases
+
+ DHPSite
+ file://${dhp.site.stage.path}/site/
+
@@ -734,6 +738,7 @@
+ /tmp/dhp-site
UTF-8
UTF-8
3.6.0
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644
index 0000000000..634a2c1548
--- /dev/null
+++ b/src/site/site.xml
@@ -0,0 +1,21 @@
+
+
+
+ org.apache.maven.skins
+ maven-fluido-skin
+ 1.8
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file