You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Giovanni Lovato (JIRA)" <ji...@apache.org> on 2019/08/13 08:22:00 UTC

[jira] [Updated] (MNG-6733) Package accessible from more than one module

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

Giovanni Lovato updated MNG-6733:
---------------------------------
    Description: 
Importing {{org.apache.maven.plugin.AbstractMojo}} in a project using JPMS, the compiler gives this error:
{code:java}
The package org.apache.maven.plugin is accessible from more than one module: maven.core, maven.plugin.api{code}

  was:
Importing `org.apache.maven.plugin.AbstractMojo` in a project using JPMS, the compiler gives this error:
{code:java}
The package org.apache.maven.plugin is accessible from more than one module: maven.core, maven.plugin.api{code}


> Package accessible from more than one module
> --------------------------------------------
>
>                 Key: MNG-6733
>                 URL: https://issues.apache.org/jira/browse/MNG-6733
>             Project: Maven
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.6.1
>            Reporter: Giovanni Lovato
>            Priority: Major
>
> Importing {{org.apache.maven.plugin.AbstractMojo}} in a project using JPMS, the compiler gives this error:
> {code:java}
> The package org.apache.maven.plugin is accessible from more than one module: maven.core, maven.plugin.api{code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)