SYNTAX mfpdev adapter deploy [[ [ ][--password | -p] ] [--xml|-x]] or mfpdev adapter deploy all [[ [ ][--password | -p] ] [--xml|-x]] DESCRIPTION 'mfpdev adapter deploy': Deploys a MobileFirst adapter. You must run this command from an adapter directory, which was created and given the name of your adapter when you created an adapter. You can use the 'mfpdev adapter deploy all' command to deploy all of the adapters in the current directory and in all of its subdirectories. Note: The 'mfpdev adapter deploy all' command does not have to be run from within an adapter directory, but it can take a long time when you run it in a directory with many subdirectories and adapters. Prerequisite: Maven must be installed and the 'mvn' command must be in the system path. Follow the instructions on the Apache Maven web site to download and install Maven. OPTIONS : Name of the server profile for the MobileFirst Server where the adapters are being deployed. For a list of defined servers, run 'mfpdev server info'. Define new servers by running 'mfpdev server add'. Runtime that you want to deploy the adapters to. If not specified, the server's default runtime is used. [--password|-p ]: The password for the administrator login ID (user name) on the specified server. If not specified, you are prompted for the password for all mfpdev server management tasks. [--xml|-x]: Deploys the adapters to the server that is specified in the adapter's pom.xml file. The --xml option and the server name are mutually exclusive. If both a server name and this option are specified, the server specified in the pom.xml file is used. EXAMPLES $ mfpdev adapter deploy Deploys an adapter to the default MobileFirst Server. $ mfpdev adapter deploy Server1 Deploys an adapter to the MobileFirst Server Server1. $ mfpdev adapter deploy all Deploys all adapters in the current directory and all subdirectories to the default MobileFirst Server.