Skip to content

mvn install fails on Java8 [JIRA: CLIENTS-325] #513

@srgg

Description

@srgg

When I tried to build the latest java client with java8 (With java7 everything works well.), I've got the following error:

[ERROR] Failed to execute goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.9:check (default) on project riak-client: Execution default of goal org.codehaus.mojo:animal-sniffer-maven-plugin:1.9:check failed. IllegalArgumentException -> [Help 1]

code was successfully compiled, but signature check has failed.

Most likely this error is caused by the incomtability of animal-sniffer plugin with java8

Here is java version i've used:

 java -version
java version "1.8.0_25"
Java(TM) SE Runtime Environment (build 1.8.0_25-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.25-b02, mixed mode)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions