Appian RPA - Custom Code Development
Hi,
I wanted to try MS Outlook Java Module using Custom Code to process specific emails which are coming to a mailbox.
I was able to complete the below pre-requisites with the help of the documentation - https://docs.appian.com/suite/help/22.1/rpa-7.13/custom_code/configurator.html
JDK Version - 1.8.0_221
Maven Version - 3.6.3
IDE - Eclipse Neon
Post this, I had created a new Robotic Process using blank template. The project which got downloaded was extracted and imported as a Maven project. After importing, I got an error message as mentioned below -
"No marketplace entries found to handle jidoka-maven-plugin:8.1.0:generate-resources in Eclipse. Please see Help for more information."
The overview of my pom.xml is as mentioned in the below screenshot.

Within the pom.xml, I was able to see the error - "Plugin execution not covered by lifecycle configuration: com.novayre.jidoka:jidoka-maven-plugin:8.1.0:generate-resources (execution: generate-resources, phase: generate-resources)"

Please help me resolve this error.
