myfaces-wagon:deploy

Deploys the content of a directory using scp/file protocol. For scp protocol, files are packaged into zip archive, then archive is transfred to remote host, nextly it is un-archived. This method of deployment should normally be much faster then making file by file copy. For file protocol, the files are copied directly to the destination directory.

Mojo Attributes :

  • Requires a Maven 2.0 project to execute.

Required Parameters

Name Type Description
id String Specifies the server id.
inputDirectory File Directory containing the files for wagon.
url String The full URL of the server.

Optional Parameters

Name Type Description
wagonManager WagonManager No description.

Parameter Details

id

Specifies the server id.

  • Type : java.lang.String
  • Required : Yes

inputDirectory

Directory containing the files for wagon.

  • Type : java.io.File
  • Required : Yes

url

The full URL of the server.

  • Type : java.lang.String
  • Required : Yes

wagonManager

No Description.

  • Type : org.apache.maven.artifact.manager.WagonManager
  • Required : No