Georg Romstorfer created MPIR-357:
-------------------------------------

             Summary: 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
            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.3.4#6332)

Reply via email to