rhq-agent:deploy
      
Full name:
      
org.rhq.maven.plugins:rhq-agent-plugin-plugin:1.0:deploy
      
Description:
      
Deploy a freshly built RHQ Agent Plugin to an RHQ container.
      
Attributes:
      
        
- Requires a Maven project to be executed.
 
        
- The goal is thread-safe and supports parallel builds.
 
        
- Binds by default to the lifecycle phase: package.
 
      
      
Required Parameters
        
          
            
| Name | 
            
Type | 
            
Since | 
            
Description | 
          
          
            
| deployDirectory | 
            
File | 
            
- | 
            
The directory where the local RHQ development server pickups plugin
archives.
  | 
          
        
       
      
Optional Parameters
        
          
            
| Name | 
            
Type | 
            
Since | 
            
Description | 
          
          
            
| failOnError | 
            
boolean | 
            
- | 
            
Whether to fail the build if an error occurs while uploading. Default value is: true.
  | 
          
          
            
| skipDeploy | 
            
boolean | 
            
- | 
            
Whether to skip the execution of this mojo. Default value is: false.
  | 
          
        
       
      
Parameter Details
        
deployDirectory:
        
The directory where the local RHQ development server pickups plugin
archives.
        
          
- Type: java.io.File
 
          
- Required: Yes
 
        
failOnError:
        
Whether to fail the build if an error occurs while uploading.
        
          
- Type: boolean
 
          
- Required: No
 
          
- Default: true
 
        
skipDeploy:
        
Whether to skip the execution of this mojo.
        
          
- Type: boolean
 
          
- Required: No
 
          
- Default: false