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

[jira] [Closed] (MSHARED-772) maven-dependency-analyzer not working on OpenJDK 11

     [ https://issues.apache.org/jira/browse/MSHARED-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Heinz Marbaise closed MSHARED-772.
---------------------------------------
    Resolution: Done

> maven-dependency-analyzer not working on OpenJDK 11 
> ----------------------------------------------------
>
>                 Key: MSHARED-772
>                 URL: https://issues.apache.org/jira/browse/MSHARED-772
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-dependency-analyzer
>            Reporter: khalid el boukhari
>            Assignee: Karl Heinz Marbaise
>            Priority: Blocker
>
> Hi,
> Maven-dependency-analyzer is not supporting java 11.
> Here is my conf : 
> {code:xml}
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <dependencies>
> <dependency>
> <groupId>org.ow2.asm</groupId>
> <artifactId>asm</artifactId>
> <version>7.0</version>
> </dependency>
> </dependencies>
> <configuration>
> <release>11</release>
> </configuration>
> </plugin>
> {code}
>  



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