[ https://issues.apache.org/jira/browse/MPIR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15073249#comment-15073249 ]
Hudson commented on MPIR-251: ----------------------------- FAILURE: Integrated in maven-plugins #4942 (See [https://builds.apache.org/job/maven-plugins/4942/]) [MPIR-251] Artifact ###### has no file error regression DependenciesRederer#hasSealed() implicitly resolved artifact to files and stopped at the first sealed artifact. Subsequent artifacts had no files attached. hasSealed() has been reduced to test for sealed only and a new method resolveArtifacts() has been extracted from the previous source. Added an IT with a sealed JAR dependency from Maven Central which verifies that all dependencies are properly resolved. IT contributed by: Hervé Boutemy <hbout...@apache.org> (michaelo: [http://svn.apache.org/viewvc/?view=rev&rev=1722021]) * maven-project-info-reports-plugin * maven-project-info-reports-plugin/src/it/MPIR-251 * maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/dependencies/renderer/DependenciesRenderer.java > Artifact ###### has no file error regression > -------------------------------------------- > > Key: MPIR-251 > URL: https://issues.apache.org/jira/browse/MPIR-251 > Project: Maven Project Info Reports Plugin > Issue Type: Bug > Components: dependencies > Affects Versions: 2.5 > Reporter: Ian Brandt > Assignee: Michael Osipov > Priority: Minor > Fix For: 2.8.2 > > Attachments: MPIR-251-artifact-has-no-file.zip, pom.xml, 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.3.4#6332)