diff --git a/README.md b/README.md index 153a4dc..e5d45e7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,23 @@ # Jenkins Phabricator OAuth Plugin * License: [MIT Licensed](LICENSE.txt) * Contributions are welcome. # Overview The Phabricator OAuth plugin provides a means of securing a Jenkins instance by offloading authentication and authorization to Phabricator. The plugin authenticates by using the [Phabricator OAuth server][https://secure.phabricator.com/book/phabcontrib/article/using_oauthserver/]. + +# Build + +* Install maven + + apt-get install maven + +* Run maven + + mvn + +* Plugin is then available in target/phab-oauth.hpi +