simplif Jenkinsfile and  fix scm in pom

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/Jenkinsfile b/Jenkinsfile
index 567e27c..0de9a13 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild cmdline:"clean deploy"
+asfStandardBuild((env.BRANCH_NAME == 'master'?"clean deploy -Prun-its":"clean install -Prun-its"))
diff --git a/jpox-modello-maven-plugin/pom.xml b/jpox-modello-maven-plugin/pom.xml
index 7599e20..6a6f20a 100644
--- a/jpox-modello-maven-plugin/pom.xml
+++ b/jpox-modello-maven-plugin/pom.xml
@@ -36,12 +36,10 @@
 
   <url>${webUrl}/modello-plugins/${project.artifactId}</url>
 
-
   <scm>
     <url>${scmBrowseUrl};f=${project.artifactId}</url>
   </scm>
 
-
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>
@@ -112,7 +110,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>1.8</version>
+            <version>3.1.0</version>
             <configuration>
               <debug>true</debug>
               <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>