forked from D-Net/dnet-hadoop
updated site configuration to deploy on website
This commit is contained in:
parent
fc03c99805
commit
4542a2338b
|
@ -24,11 +24,18 @@
|
|||
</repository>
|
||||
<site>
|
||||
<id>DHPSite</id>
|
||||
<url>file://${dhp.site.stage.path}/site/dhp-build/dhp-code-style</url>
|
||||
<url>${dhp.site.stage.path}/dhp-build/dhp-code-style</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
<build>
|
||||
<extensions>
|
||||
<extension>
|
||||
<groupId>org.apache.maven.wagon</groupId>
|
||||
<artifactId>wagon-ssh</artifactId>
|
||||
<version>2.10</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
@ -47,7 +54,7 @@
|
|||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<dhp.site.stage.path>/tmp/dhp-site</dhp.site.stage.path>
|
||||
<dhp.site.stage.path>sftp://dnet-hadoop@static-web.d4science.org/dnet-hadoop</dhp.site.stage.path>
|
||||
</properties>
|
||||
|
||||
</project>
|
|
@ -24,7 +24,7 @@
|
|||
<distributionManagement>
|
||||
<site>
|
||||
<id>DHPSite</id>
|
||||
<url>file://${dhp.site.stage.path}/site/dhp-build</url>
|
||||
<url>${dhp.site.stage.path}/dhp-build</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<distributionManagement>
|
||||
<site>
|
||||
<id>DHPSite</id>
|
||||
<url>file://${dhp.site.stage.path}/site/dhp-common</url>
|
||||
<url>${dhp.site.stage.path}/dhp-common</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<distributionManagement>
|
||||
<site>
|
||||
<id>DHPSite</id>
|
||||
<url>file://${dhp.site.stage.path}/site/dhp-workflows</url>
|
||||
<url>${dhp.site.stage.path}/dhp-workflows</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -721,7 +721,7 @@
|
|||
</repository>
|
||||
<site>
|
||||
<id>DHPSite</id>
|
||||
<url>file://${dhp.site.stage.path}/site/</url>
|
||||
<url>${dhp.site.stage.path}/</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
<reporting>
|
||||
|
@ -738,7 +738,7 @@
|
|||
</reporting>
|
||||
|
||||
<properties>
|
||||
<dhp.site.stage.path>/tmp/dhp-site</dhp.site.stage.path>
|
||||
<dhp.site.stage.path>sftp://dnet-hadoop@static-web.d4science.org/dnet-hadoop</dhp.site.stage.path>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<maven.compiler.plugin.version>3.6.0</maven.compiler.plugin.version>
|
||||
|
|
Loading…
Reference in New Issue