tycho-dependency-tools:list-dependencies
Full name:
org.eclipse.tycho.extras:tycho-dependency-tools-plugin:3.0.4:list-dependencies
Description:
Builds a .target file describing the dependencies for current project. It differs from 
      
maven-dependency-plugin:list in the fact that it does return location to bundles, and not to nested jars (in case bundle contain some).Attributes:
- Requires a Maven project to be executed.
 - The goal is thread-safe and supports parallel builds.
 - Binds by default to the lifecycle phase: 
generate-test-resources. 
Optional Parameters
| Name | Type | Since | Description | 
|---|---|---|---|
<project> | 
            
MavenProject | 
            
- | 
            
(no description) User property is: project. | 
          
<skip> | 
            
boolean | 
            
- | 
            
(no description) User property is: skip. | 
          
Parameter Details
<project>
(no description)
        
- Type: 
org.apache.maven.project.MavenProject - Required: 
No - User Property: 
project 
<skip>
(no description)
        
- Type: 
boolean - Required: 
No - User Property: 
skip 
