diff --git a/templates/conf/mvn/settings.xml b/templates/conf/mvn/settings.xml index 3ac9e74..89e560c 100644 --- a/templates/conf/mvn/settings.xml +++ b/templates/conf/mvn/settings.xml @@ -17,13 +17,13 @@ hit return and then type your password (do not supply as argument as otherwise it will be saved to the history of your shell) Then copy the encrypted password as according password to this settings.xml --> - - - repository - $[mavenRepoLogin] - $[mavenRepoPassword] - - + + + repository + ${env.USERNAME} + $[mavenRepoPassword] + +