Author: maven-release Date: 2014-11-08 10:05:00 +0000 (Sat, 08 Nov 2014) New Revision: 116 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/116 Log: add mapod nexus configuration Modified: forge-tools/data/codelutin.com/maven/settings.xml Modified: forge-tools/data/codelutin.com/maven/settings.xml =================================================================== --- forge-tools/data/codelutin.com/maven/settings.xml 2014-11-08 10:04:18 UTC (rev 115) +++ forge-tools/data/codelutin.com/maven/settings.xml 2014-11-08 10:05:00 UTC (rev 116) @@ -85,6 +85,13 @@ <username>glon</username> <password>{JjGQT20gSrAHCFMam3lsgrspEQ8ucBJUT5orkwQnV6c=}</password> </server> + + <!-- login to mapod private nexus repositories --> + <server> + <id>mapod-nexus-repository</id> + <username>mapod</username> + <password>{myBM1tcLNewHIwXZ7BnF2/D7wbrKR/hEhh7TdHEwdLE=}</password> + </server> </servers>