Revise Maven-based tests/builds

- Rename jobs to match current naming scheme
  - Allow jobs to be renamed so they can be used with both JDK 8 and 11
  - Run tests and publish junit/cobertura if found
- Move repo jobs into the verify dir from the maven dir to match others
- Update tagcollision/versiontag to parse versions from pom.xml files

Change-Id: I5e9da20bbdcb0edc62bb35e171aa4e13f91c2ab1
diff --git a/jjb/verify/pppoel2relay.yaml b/jjb/verify/pppoel2relay.yaml
new file mode 100644
index 0000000..51be4d4
--- /dev/null
+++ b/jjb/verify/pppoel2relay.yaml
@@ -0,0 +1,18 @@
+---
+# jobs for 'pppoel2relay' repo
+
+- project:
+    name: pppoel2relay
+    project: '{name}'
+
+    jobs:
+      - 'pppoel2relay-jobs':
+          branch-regexp: '^(.*)$'
+
+- job-group:
+    name: 'pppoel2relay-jobs'
+    jobs:
+      - 'verify-licensed'
+      - 'tag-collision-reject'
+      - 'maven-install'
+      - 'maven-publish'