From a75c5c88fe7733cbdfe9afe91cc6c4c141bebabc Mon Sep 17 00:00:00 2001 From: Anaël Closson Date: Tue, 29 Aug 2017 17:18:08 +0200 Subject: Optional execution off versions-maven-plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The maven plugin used for displaying the list of artifacts that can be updated consumes a lot of time on each job execution on the LF infrastructure. The execution should be optional and can be configured by assigning it on a specific maven phase when needed using the following variable: versions.plugin.phase By default, it's assigned to a non existing phase to disable it. Change-Id: I30d38a8458e6e855ff27cf3c31678cbc373e59c9 Issue-Id: INT-121 Signed-off-by: Anaël Closson --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 64a62ed..7ac034e 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,7 @@ UTF-8 UTF-8 https://nexus.onap.org + none /content/sites/site/${project.groupId}/${project.artifactId}/${project.version} @@ -110,7 +111,7 @@ check-dependencies-version - validate + ${versions.plugin.phase} display-dependency-updates -- cgit 1.2.3-korg