Skip to main content
deepakd0005
June 3, 2022
Question

Appian RPA - Custom Code Development

  • June 3, 2022
  • 5 replies
  • 0 views

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.

5 replies

danny.verb
June 3, 2022

Have you gone through the development setup and set up your maven API key? https://docs.appian.com/suite/help/22.1/rpa-8.1/custom_code/configurator.html

Getting this set up will make sure you can pull the necessary dependencies 

deepakd0005
June 3, 2022

Hi Danny,

Yes, I had used the configurator for the guided set up of JDK, JAVA_HOME Variable and Maven. The above mentioned error is coming up when I add the project as a Maven project within my IDE. 

danny.verb
June 6, 2022

Try removing the entire plugin section

June 7, 2022

[mention:a752ed95a6ce43d992a9beb63f3a68fb:e9ed411860ed4f2ba0265705b8793d05]  - Have you succeeded ? If so could you enlighten the step by step process please ? 

deepakd0005
August 25, 2022

[mention:fe61707535c8420f943da3b34f2bd070:e9ed411860ed4f2ba0265705b8793d05] - I was not able to fix this issue. Instead of working with custom code, I had implemented browser automation using RPA and started accessing emails through outlook for web.