this tutorial to deploy adapter with jar file
- File → Import... → Maven → Existing Maven Projects.(java adapter create by cli use this comment "mfpdev adapter create")
- add two jar file from the lib folder
- Select Run → Run Configurations..., right-click on Maven Build and select New.
- Provide a Name: "Maven deploy".
- Set as a Goal: "adapter:deploy".
but run not enable . what am i missing?
project structure :
Run As → Maven install not found for build an adapter
and used flowing command to FileUploadAdapter java adapter by CLI
mfpdev adapter create
cd FileUploadAdapter/
mfpdev adapter build
mfpdev adapter deploy

