Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update maven-jar-plugin #76

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ams2990
Copy link

@ams2990 ams2990 commented Feb 24, 2017

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant