I'm creating a new custom maven archetype for android... it's installed and working.
But where I try use mvn release:perform
, I get the following error:
[DEBUG] pushing to http://code.programadoremjava.com.br/android-archetype
[DEBUG] searching for changes
[DEBUG] ignoring invalid [auth] key 'username'
[DEBUG] ignoring invalid [auth] key 'password'
[DEBUG] abort: http authorization required for http://code.programadoremjava.com.br/android-archetype
The project hgrc is here:
[paths]
default = http://code.programadoremjava.com.br/android-archetype
[auth]
username=MyUser
password=MyPass
What are wrong/missing?