added server configuration for maven site deploy

This commit is contained in:
Sandro La Bruzzo 2021-11-19 14:03:15 +01:00
parent ad7d7533ae
commit 0fb9156533
1 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,14 @@
<username>{{ jenkins_dnet_user_name }}</username>
<password>{{ jenkins_dnet_user_pwd }}</password>
</server>
<server>
<id>DHPSite</id>
<username>dnet-hadoop</username>
<password></password>
<passphrase></passphrase>
<filePermissions>664</filePermissions>
<directoryPermissions>755</directoryPermissions>
</server>
</servers>
<profiles>
<profile>