From b65d16a804734fd6e8655ac3bada065d27c42147 Mon Sep 17 00:00:00 2001 From: ams2990 Date: Fri, 24 Feb 2017 18:46:27 -0500 Subject: [PATCH] Update maven-jar-plugin The configured version of maven-jar-plugin has a problem reading long numeric identifiers: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-jar-plugin:2.3.1:jar (default-jar) on project votifier: Error assembling JAR: Failed to read filesystem attributes for: /var/lib/jenkins/workspace/Votifier/pom.xml: Failed to retrieve numeric file attributes using: '/bin/sh -c ls -1nlad /var/lib/jenkins/workspace/Votifier/pom.xml': Error inside systemOut parser: For input string: "4294967294" -> [Help 1] Updating to 2.3.2 fixes the problem. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6287efc..8cf193a 100644 --- a/pom.xml +++ b/pom.xml @@ -44,7 +44,7 @@ org.apache.maven.plugins maven-jar-plugin - 2.3.1 + 2.3.2 com.google.code.maven-replacer-plugin