[ https://jira.codehaus.org/browse/MPIR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=361973#comment-361973 ]
Dan Armbrust commented on MPIR-251: ----------------------------------- [INFO] Rendering site with org.apache.maven.skins:maven-default-skin:jar:1.0 skin. [INFO] Generating "About" report --- maven-project-info-reports-plugin:2.8:index [INFO] Generating "Project License" report --- maven-project-info-reports-plugin:2.8:license [INFO] Generating "Dependencies" report --- maven-project-info-reports-plugin:2.8:dependencies [ERROR] Artifact: org.apache.felix:org.osgi.core:jar:1.4.0 has no file. [ERROR] Artifact: org.apache.geronimo.specs:geronimo-stax-api_1.0_spec:jar:1.0 has no file. [ERROR] Artifact: org.apache.httpcomponents:httpclient:jar:4.1.3 has no file. [ERROR] Artifact: org.apache.httpcomponents:httpcore:jar:4.1.4 has no file. [ERROR] Artifact: org.apache.lucene:lucene-analyzers-common:jar:4.3.1 has no file. [ERROR] Artifact: org.apache.lucene:lucene-core:jar:4.3.1 has no file. [ERROR] Artifact: org.apache.lucene:lucene-queries:jar:4.3.1 has no file. [ERROR] Artifact: org.apache.lucene:lucene-queryparser:jar:4.3.1 has no file. [ERROR] Artifact: org.apache.lucene:lucene-sandbox:jar:4.3.1 has no file. [ERROR] Artifact: org.apache.mahout:mahout-collections:jar:1.0 has no file. [ERROR] Artifact: org.apache.mahout:mahout-math:jar:0.7 has no file. It only happens for some of my sub-projects - so I suspect it only happens when the dependency chain includes some jar file that is broken in a way that sets off this chain of (harmless?) errors. > 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 > Labels: close-pending > 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)