At the command prompt, run the mvn install command
to build the Maven project. An .adapter archive
file is generated in the target folder.
Building adapters with MobileFirst Platform CLI
Before you begin
Ensure that you have installed MobileFirst Platform CLI and
Maven.
Procedure
At the command prompt, cd to the root
folder of the Maven project.
Run mfpdev adapter build to build the Maven project. An .adapter archive file is generated in the target
folder.
Tip: You can also find
and build all of the adapters that are in the current directory and its subdirectories by entering
mfpdev adapter build all while you are in that directory.