Skip to content

Instantly share code, notes, and snippets.

@spg
Created October 17, 2013 20:40
Show Gist options
  • Save spg/7031827 to your computer and use it in GitHub Desktop.
Save spg/7031827 to your computer and use it in GitHub Desktop.
Headless Appengine maven plugin auth with p/w from STDIN
<configuration>
<email>simon.pierre.gingras@arcbees.com</email>
<oauth2>false</oauth2>
<noCookies>true</noCookies>
<passin>true</passin>
</configuration>
command line:
mvn appengine:update <<< "thePassw00rd\?"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment