Hi Appian Solutions / Appian Community ,
https://docs.appian.com/suite/help/24.4/rpa-9.16/java-module-ms-outlook.html
I'm working on creating a custom Java code for the Appian RPA MS Outlook module. While I've finished the Java component, I'm unsure how to integrate or put those into Appian RPA.
It would be great to get some insights on best practices and common challenges from someone with experience in this area. I tried to follow the Appian RPA documentation, but somewhere felt like lost.
Could anyone with experience incorporating custom Java code into Appian RPA offer some guidance?
Thanks,
Bharathwaj RK
Discussion posts and replies are publicly visible
miguelangel.carnero / Appian Solutions / Appian Community
Team,Failure in the first step while creating the Custom Code Development for Appian RPA, while creating the Maven project in my local. I have the settings.xml ready and no issues with that.
https://docs.appian.com/suite/help/24.4/rpa-9.16/maven-setup.html#create-the-maven-project
Could some please help me with progressing on this?
PS: Also I am using my enterprise Appian environment
C:\Users\BharathwajRK\eclipse-workspace\ProcensolLibraries>mvn archetype:generate -B -DarchetypeGroupId=com.novayre.jidoka.robot -DarchetypeArtifactId=robot-archetype -DarchetypeVersion=3.7.0 -DgroupId=com.appian.robot.procensolLibraries -DartifactId=rkb-test-robot -Dversion=0.0.1 -DarchetypeRepository=https://procensoldemo.appiancloud.com/rpa/repo -Pjidoka-repo [INFO] Scanning for projects... [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from jidoka: https://procensoldemo.appiancloud.com/rpa/repo/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from jidoka: https://procensoldemo.appiancloud.com/rpa/repo/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (21 kB at 47 kB/s) [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 32 kB/s) [INFO] Downloading from jidoka: https://procensoldemo.appiancloud.com/rpa/repo/org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml [INFO] Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-archetype-plugin/maven-metadata.xml (1.1 kB at 33 kB/s) [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] >>> archetype:3.4.0:generate (default-cli) > generate-sources @ standalone-pom >>> [INFO] [INFO] <<< archetype:3.4.0:generate (default-cli) < generate-sources @ standalone-pom <<< [INFO] [INFO] [INFO] --- archetype:3.4.0:generate (default-cli) @ standalone-pom --- [INFO] Generating project in Batch mode [INFO] Downloading from central: https://repo.maven.apache.org/maven2/archetype-catalog.xml [INFO] Downloaded from central: https://repo.maven.apache.org/maven2/archetype-catalog.xml (17 MB at 12 MB/s) [WARNING] Archetype not found in any catalog. Falling back to central repository. [WARNING] Add a repository with id 'archetype' in your settings.xml if archetype's repository is elsewhere. [INFO] Downloading from jidoka: https://procensoldemo.appiancloud.com/rpa/repo/com/novayre/jidoka/robot/robot-archetype/3.7.0/robot-archetype-3.7.0.jar [INFO] Downloading from central: https://repo.maven.apache.org/maven2/com/novayre/jidoka/robot/robot-archetype/3.7.0/robot-archetype-3.7.0.jar [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 6.063 s [INFO] Finished at: 2025-05-22T10:13:03+10:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.4.0:generate (default-cli) on project standalone-pom: The desired archetype does not exist (com.novayre.jidoka.robot:robot-archetype:3.7.0) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException