Merge pull request #8 from Humbedooh/patch-1

Change pubsub address
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
new file mode 100644
index 0000000..8663340
--- /dev/null
+++ b/.github/workflows/maven.yml
@@ -0,0 +1,35 @@
+# This workflow will build a Java project with Maven
+# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
+
+name: Java CI with Maven
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: [ master ]
+
+jobs:
+  build:
+
+    runs-on: ubuntu-latest
+
+    steps:
+    - uses: actions/checkout@v2
+    - uses: actions/cache@v1
+      with:
+        path: ~/.m2/repository
+        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+        restore-keys: |
+          ${{ runner.os }}-maven-
+    - name: Set up JDK 1.8
+      uses: actions/setup-java@v1
+      with:
+        java-version: 1.8
+    - name: Build with Maven
+      run: mvn -B package --file pom.xml
+    - name: Upload Maven build artifact
+      uses: actions/upload-artifact@v1
+      with:
+        name: asf-gitpubsub-jenkins.hpi
+        path: target/asf-gitpubsub-jenkins.hpi
diff --git a/README.md b/README.md
index d498308..aa306ac 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
 # asf-gitpubsub-jenkins-plugin
 
+![Java CI with Maven](https://github.com/stephenc/asf-gitpubsub-jenkins-plugin/workflows/Java%20CI%20with%20Maven/badge.svg)
+
 See [Apache GitPubSub intro](https://www.apache.org/dev/gitpubsub.html).
+