From c6203612d6e9ce4e49c6896083528146eff761db Mon Sep 17 00:00:00 2001 From: Thomas Graves Date: Fri, 29 Jan 2021 16:20:00 -0600 Subject: [PATCH] Explicitly add maven-jar-plugin version to improve incremental build time. (#1631) * specify the maven jar plugin version to speed up builds * fix spacing * use 3.2.0 version * signoff Signed-off-by: Thomas Graves --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 7865400523f..349bc1c6c3e 100644 --- a/pom.xml +++ b/pom.xml @@ -178,6 +178,7 @@ 3.1.1-SNAPSHOT 3.6.0 4.3.0 + 3.2.0 @@ -494,6 +495,7 @@ org.apache.maven.plugins maven-jar-plugin + ${maven.jar.plugin.version}