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 plexus-archiver dependency, as the old version fails when dete… #18

Merged
merged 1 commit into from
Apr 26, 2018

Conversation

hendriks73
Copy link
Contributor

…cting java version under Java10.

Stacktrace to avoid:
java.lang.ArrayIndexOutOfBoundsException: 1
at org.codehaus.plexus.archiver.zip.AbstractZipArchiver. (AbstractZipArchiver.java:113)
at org.codehaus.mojo.natives.plugin.NativeBundleIncludeFilesMojo.execute (NativeBundleIncludeFilesMojo.java:85)

The problem is caused by the "new" Java versioning scheme and it was solved in codehaus-plexus/plexus-archiver@c0357c5#diff-fc3ccce5d0e801c14a494428ab189152

…cting java version under Java10.

Stacktrace to avoid:
java.lang.ArrayIndexOutOfBoundsException: 1
    at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.<clinit> (AbstractZipArchiver.java:113)
    at org.codehaus.mojo.natives.plugin.NativeBundleIncludeFilesMojo.execute (NativeBundleIncludeFilesMojo.java:85)
@dantran
Copy link
Contributor

dantran commented Apr 26, 2018

I totally missed this for alpha-9 release

@dantran dantran merged commit 87730ef into mojohaus:master Apr 26, 2018
@hendriks73 hendriks73 deleted the SupportJava10 branch April 26, 2018 07:13
@hendriks73
Copy link
Contributor Author

Can you still put it in there and "stage" again?

@dantran
Copy link
Contributor

dantran commented Apr 26, 2018

yes will restage 1.0-alpha-9

@dantran dantran added this to the 1.0-alpha-9 milestone Apr 26, 2018
@hendriks73
Copy link
Contributor Author

Cool. Let me know, when it's done and I'll test drive it.

@dantran
Copy link
Contributor

dantran commented Apr 26, 2018

done, makesure to clear your local cache or your internal maven repo manager if the last one when thru there

@hendriks73
Copy link
Contributor Author

I've tested with two projects and it works fine for me.

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.

2 participants