SYNTAX mfpdev adapter build or mfpdev adapter build all DESCRIPTION 'mfpdev adapter build': Builds a MobileFirst adapter, and generates an archive file with the extension .adapter. You must run this command from an adapter directory. An adapter directory is created and given the name of your adapter when you run the 'mfpdev adapter create' command. You can use the 'mfpdev adapter build all' command to build all of the adapters in the current directory and in all of its subdirectories. Note: The 'mfpdev adapter build all' command does not have to be run from within an adapter directory, but the process can take a long time when you run it in a directory with many subdirectories and adapters. The files required for the adapter or adapters are generated and placed in directories named /target at the root of your apps. Prerequisites: 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. EXAMPLE $ cd myAdapter $ MyAdapter> mfpdev adapter build $ mfpdev adapter build all