upgrade jenkins file

Signed-off-by: olivier lamy <olamy@apache.org>
diff --git a/Jenkinsfile b/Jenkinsfile
index 1be4029..567e27c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfStandardBuild params:[cmdline:"clean deploy"]
+asfStandardBuild cmdline:"clean deploy"
diff --git a/pom.xml b/pom.xml
index 5937933..1d7209c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,6 +259,7 @@
             <exclude>.settings</exclude>
             <exclude>.java-version</exclude>
             <exclude>**/.site-content/**</exclude>
+            <exclude><repository/exclude>
           </excludes>
         </configuration>
         <executions>