Skip to content

Conversation

@ankon
Copy link

@ankon ankon commented Sep 9, 2015

This allows building out-of-the-box with a Java 8 SDK.

@nfalco79
Copy link

The follow is sufficient

<profiles>
    <profile>
        <id>disable-java8-doclint</id>
        <activation>
            <jdk>[1.8,)</jdk>
        </activation>
        <properties>
            <additionalparam>-Xdoclint:none</additionalparam>
        </properties>
    </profile>
</profiles>

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