github / maven-plugins

Official GitHub Maven Plugins
MIT License
584 stars 198 forks source link

site-maven-plugin doesn't seem to work with encrypted passwords #55

Open jinahya opened 10 years ago

jinahya commented 10 years ago

When I try to site with Password Encryption, I got

Error creating blob: cannot retry due to server authentication, in streaming mode 

And I succeed with plain password

<server>
  <id>github</id>
  <username>username</username>
  <password>password</password> <!-- works -->
  <!-- password>{encrypted}</password--> <!-- doesn't work -->
</server>
kkkon commented 10 years ago

Please wait for next release. @jinahya

gaffa commented 9 years ago

This is still not fixed in 0.11 for me :(

hankolerd commented 6 years ago

I realize this is quite an old bug, but still not fixed in 0.12.

saptarshidebnath commented 6 years ago

Any roadmap on when this will be available ?