github / maven-plugins

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

Authenticating with OAUTH token #82

Open FlorianLoch opened 9 years ago

FlorianLoch commented 9 years ago

I seems to me as if you need to provide <github.global.UserName> and <github.global.password> for using OAUTH authentication method - at least when doing it inline in a pom.xml. When just using <github.global.password>, as recommend in the README, the plugin tells me there are no authentication credentials provided. In case I've not missed something, could you please update the README?