You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Osipov (JIRA)" <ji...@apache.org> on 2017/10/29 20:34:00 UTC

[jira] [Closed] (MPIR-357) Artifact has no file and won't be listed in dependency files details

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

Michael Osipov closed MPIR-357.
-------------------------------
    Resolution: Incomplete

No sample project has been provided.

> Artifact has no file and won't be listed in dependency files details
> --------------------------------------------------------------------
>
>                 Key: MPIR-357
>                 URL: https://issues.apache.org/jira/browse/MPIR-357
>             Project: Maven Project Info Reports Plugin
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 2.9
>         Environment: mvn:3.2.5, maven-site-plugin:3.6
>            Reporter: Georg Romstorfer
>            Priority: Minor
>
> During 'mvn site' command on project I receive the following warning (on line 3):
> {noformat}
> Generating "CI Management" report        --- maven-project-info-reports-plugin:2.9:cim
> Generating "Dependencies" report         --- maven-project-info-reports-plugin:2.9:dependencies
> Artifact com.android.support:appcompat-v7:jar:19.1.0 has no file and won't be listed in dependency files details.
> Generating "Dependency Information" report --- maven-project-info-reports-plugin:2.9:dependency-info
> Generating "Distribution Management" report --- maven-project-info-reports-plugin:2.9:distribution-management
> Generating "About" report                --- maven-project-info-reports-plugin:2.9:index
> Generating "Plugin Management" report    --- maven-project-info-reports-plugin:2.9:plugin-management
> Generating "Plugins" report              --- maven-project-info-reports-plugin:2.9:plugins
> Generating "Team" report                 --- maven-project-info-reports-plugin:2.9:project-team
> Generating "Source Code Management" report --- maven-project-info-reports-plugin:2.9:scm
> Generating "Summary" report              --- maven-project-info-reports-plugin:2.9:summary
> {noformat}
> Here is the definition of the problematic dependency:
> {noformat}
> <dependency>
>       <groupId>com.android.support</groupId>
>       <artifactId>appcompat-v7</artifactId>
>       <version>19.1.0</version>
>       <type>aar</type>
> </dependency>{noformat}
> I think, that the problem is that the type of the dependency is ignored ("aar") because in the warning it says that the file with the "jar" extension is not found.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)