You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Bernd Eckenfels (JIRA)" <ji...@apache.org> on 2018/12/09 06:19:00 UTC

[jira] [Commented] (MARCHETYPES-63) upgrade plugins versions to avoid failure with Java 11

    [ https://issues.apache.org/jira/browse/MARCHETYPES-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16713869#comment-16713869 ] 

Bernd Eckenfels commented on MARCHETYPES-63:
--------------------------------------------

Surefire 2.22.1 worked for me.
 
BTW: the site build also prints a warning about missing version and fails with Java 11, should we describe that also or just fix it in 1.4?

Add:

{code:xml}
 <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-project-info-reports-plugin</artifactId>
    <version>2.7</version>
  </plugin>
{code}

> upgrade plugins versions to avoid failure with Java 11
> ------------------------------------------------------
>
>                 Key: MARCHETYPES-63
>                 URL: https://issues.apache.org/jira/browse/MARCHETYPES-63
>             Project: Maven Archetype Bundles
>          Issue Type: Wish
>          Components: Maven Quickstart Archetype
>    Affects Versions: 1.3
>            Reporter: Hervé Boutemy
>            Priority: Major
>              Labels: up-for-grabs
>             Fix For: 1.4
>
>
> projects created from current archetypes should build with Java 11, which is the current LTS
> tests show that at least maven-surefire-plugin has to be upgraded (currently using 2.20.1)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)