Set Maven profile in verify jobs to catch potential release errors

This ONOS patch introduces a special "ci-verify" profile for the
onos-dependencies parent pom that runs the same maven plugins executed
for the release stage (e.g., javadoc), thus allowing to catch potential
errors before Gerrit changes get merged:
https://gerrit.onosproject.org/#/c/22799/

Change-Id: I99e2fd49145904612c82b99d2e22b58a6fe9a4a1
diff --git a/jjb/maven.yaml b/jjb/maven.yaml
index d39c1f6..e72b245 100644
--- a/jjb/maven.yaml
+++ b/jjb/maven.yaml
@@ -54,7 +54,7 @@
           pom: pom.xml
           settings: 'cord-apps-maven-settings'
           settings-type: cfp
-          goals: 'clean test install'
+          goals: '-Pci-verify clean test install'
 
     publishers:
       - junit: