This is an automated email from the ASF dual-hosted git repository.
olamy pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/archiva-redback-components-parent.git
The following commit(s) were added to refs/heads/master by this push:
new 5013aff upgrade jenkins file
5013aff is described below
commit 5013aff6577b8efe5c04f9f34e18e1c683675519
Author: olivier lamy <[email protected]>
AuthorDate: Sat Dec 29 19:39:19 2018 +1000
upgrade jenkins file
Signed-off-by: olivier lamy <[email protected]>
---
Jenkinsfile | 2 +-
pom.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
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>