Author: maven-release Date: 2014-02-17 17:21:44 +0100 (Mon, 17 Feb 2014) New Revision: 36 Url: http://forge.codelutin.com/projects/adminsys/repository/revisions/36 Log: add password in settings.xml 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-02-17 15:57:27 UTC (rev 35) +++ forge-tools/data/codelutin.com/maven/settings.xml 2014-02-17 16:21:44 UTC (rev 36) @@ -18,7 +18,9 @@ <server> <id>redmine-forge.codelutin.com</id> <username>ci</username> - <privateKey>{dDRCGmV78GIHxK8hGRoswd+bgBpomlTrvmz7oHvrIeTWh5avk41HXGgT4aLmlnqfoSA3YWq6Gxl6tVb8P0Punw==}</privateKey> + <!-- remove password when all projects will use mavenpom >= 4.0 --> + <password>{4Ki7Bo0f/OEHNAz4xjQGSiu2KkxyJlxLxZ5bCF/Z6xs=}</password> + <privateKey>{dDRCGmV78GIHxK8hGRoswd+bgBpomlTrvmz7oHvrIeTWh5avk41HXGgT4aLmlnqfoSA3YWq6Gxl6tVb8P0Punw==}</privateKey> </server> <!-- deploy to nexus -->