[ https://jira.codehaus.org/browse/MPIR-251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=317931#comment-317931 ]
Fred Cooke commented on MPIR-251: --------------------------------- One additional note which may help, the oracle jars do not *appear* to have manifests in them, output from one-jar: {noformat} JarClassLoader: Warning: Null manifest from input stream associated with: lib/xmlcomp-1.0.jar JarClassLoader: Warning: Null manifest from input stream associated with: lib/xdb-1.0.jar JarClassLoader: Warning: Null manifest from input stream associated with: lib/xmlparserv2-1.0.jar {noformat} Which doesn't appear to be true, but could be related: {noformat} fred@:~/.m2/repository/com/oracle/xmlcomp/1.0$ cat META-INF/MANIFEST.MF Manifest-Version: 1.0 Sealed: true Created-By: 1.4.2_08 (Sun Microsystems Inc.) Name: oracle/xml/async/ Sealed: false Name: oracle/xml/transviewer/ Sealed: false Name: oracle/xml/schemavalidator/ Sealed: false Name: oracle/xml/differ/ Sealed: false Name: oracle/xml/dbaccess/ Sealed: false {noformat} > Artifact ###### has no file error regression. > --------------------------------------------- > > Key: MPIR-251 > URL: https://jira.codehaus.org/browse/MPIR-251 > Project: Maven 2.x 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira