You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Andreas Dangel (JIRA)" <ji...@apache.org> on 2019/04/04 17:17:01 UTC

[jira] [Updated] (MPMD-277) Plugin tries to download local submodules from repo

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

Andreas Dangel updated MPMD-277:
--------------------------------
    Summary: Plugin tries to download local submodules from repo  (was: plugin tries to download local submodules from repo)

> Plugin tries to download local submodules from repo
> ---------------------------------------------------
>
>                 Key: MPMD-277
>                 URL: https://issues.apache.org/jira/browse/MPMD-277
>             Project: Maven PMD Plugin
>          Issue Type: Bug
>          Components: PMD
>    Affects Versions: 3.11.0
>            Reporter: Sylvain
>            Assignee: Andreas Dangel
>            Priority: Major
>             Fix For: 3.12.0
>
>
> My bug seems kinda related to #MPMD-273, but 3.10.0 works for me, not 3.11.0.
>  
> I'm trying to build a multi-module maven project with OpenJDK11 and Maven 3.5.4.
> The project works fine with maven-pmd-plugin 3.10.0, but with 3.11.0, I get this error:
>  
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.11.0:pmd (pmd) on project parent: Execution pmd of goal org.apache.maven.plugins:maven-pmd-plugin:3.11.0:pmd failed: org.apache.maven.reporting.MavenReportException: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact com.incepto.cloud:api-common:jar:0.0.1-SNAPSHOT in spring-repo (https://repo.spring.io/release) -> [Help 1]
>  
> pmd-plugin doesn't have a dependency on api-common, it's the first submodule maven tries to build. The problem doesn't occur if I skip pmd first and let maven install the submodules in the local repo, then re-run the build.



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