dependency:properties
      
Full name:
      
org.apache.maven.plugins:maven-dependency-plugin:2.10:properties
      
Description:
      
Goal that sets a property pointing to the artifact file for each
project dependency. For each dependency (direct and transitive) a
project property will be set which follows the
groupId:artifactId:type:[classifier] form and contains
the path to the resolved artifact.
      
Attributes:
      
        
- Requires a Maven project to be executed.
 
        
- Requires dependency resolution of artifacts in scope: test.
 
        
- The goal is thread-safe and supports parallel builds.
 
        
- Since version: 2.2.
 
        
- Binds by default to the lifecycle phase: initialize.
 
      
      
Optional Parameters
        
          
            
| Name | 
            
Type | 
            
Since | 
            
Description | 
          
          
            
| skip | 
            
boolean | 
            
2.7 | 
            
Skip plugin execution completely. Default value is: false. User property is: mdep.skip. | 
          
        
       
      
Parameter Details
        
skip:
        
Skip plugin execution completely.
        
          
- Type: boolean
 
          
- Since: 2.7
 
          
- Required: No
 
          
- User Property: mdep.skip
 
          
- Default: false