simplif Jenkinsfile and  fix scm in pom

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/Jenkinsfile b/Jenkinsfile
index 9773754..45f6e99 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild cmdline: (env.BRANCH_NAME == 'master'?"clean deploy -Prun-its":"clean install -Prun-its")
+asfStandardBuild cmdline: (env.BRANCH_NAME == 'master'?"clean deploy -Prun-its -T2":"clean install -Prun-its -T2")