[ https://jira.codehaus.org/browse/MPIR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=363023#comment-363023 ]
Aleksey Nesterenko edited comment on MPIR-251 at 2/10/15 1:51 PM: ------------------------------------------------------------------- I have the same problem. Example: https://travis-ci.org/checkstyle/checkstyle/jobs/50069087#L3586 (if link won't redirect to corresponding line immediately - scroll page to the end and then refresh or just look at line #3586) Steps to reproduce: 1) git clone g...@github.com:checkstyle/checkstyle.git && cd checkstyle/ && git checkout checkstyle-6.3 2) mvn clean verify -Dlinkcheck.skip=true -Dmaven.javadoc.skip=true -Dpmd.skip=true -Dfindbugs.skip=true was (Author: kravin): I have the same problem. Example: https://travis-ci.org/checkstyle/checkstyle/jobs/50069087#L3586 Steps to reproduce: 1) git clone g...@github.com:checkstyle/checkstyle.git && cd checkstyle/ && git checkout checkstyle-6.3 2) mvn clean verify -Dlinkcheck.skip=true -Dmaven.javadoc.skip=true -Dpmd.skip=true -Dfindbugs.skip=true > Artifact ###### has no file error regression. > --------------------------------------------- > > Key: MPIR-251 > URL: https://jira.codehaus.org/browse/MPIR-251 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: dependencies > Affects Versions: 2.5 > Reporter: Ian Brandt > Priority: Minor > Attachments: pom.xml > > > It appears that MPIR-158 has regressed. I'm seeing the same exact issue in > 2.5 with Maven 3.0.4: > {noformat} > [INFO] Generating "Dependencies" report --- > maven-project-info-reports-plugin:2.5 > [ERROR] Artifact: com.sun:tools:jar:1.5.0 has no file. > [ERROR] Artifact: com.thoughtworks.xstream:xstream:jar:1.3 has no file. > [ERROR] Artifact: commons-beanutils:commons-beanutils:jar:1.8.0 has no file. > [ERROR] Artifact: commons-cli:commons-cli:jar:1.1 has no file. > [ERROR] Artifact: commons-codec:commons-codec:jar:1.3 has no file. > [ERROR] Artifact: commons-collections:commons-collections:jar:3.2.1 has no > file. > [ERROR] Artifact: commons-digester:commons-digester:jar:2.0 has no file. > [ERROR] Artifact: commons-fileupload:commons-fileupload:jar:1.2.2 has no file. > ...{noformat} -- This message was sent by Atlassian JIRA (v6.1.6#6162)