【Error】Maven Install Error

Dear 


I am setting up an environment to evaluate Appian RPA, referring to the URL below.
https://docs.appian.com/suite/help/22.4/rpa-8.3/custom_code/configurator.html


I have a question.
I clicked the button "download" to install Maven,but an error message popped up.



Could you tell me what prevented me from installing Maven?
Thank you.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Associate Developer
    in reply to motoyay3833

    Hi!

    I would like to clarify:

    1.- Indeed, the installation of maven is to create a robot or part of its functionality in Java. You can check how it works here:

    docs.appian.com/.../develop-java.html

    2.- If you are not going to use JAVA for the creation/coding of the robot, you can SKIP this step.

    The reason is: You can implement any automation strategy via Low Code or using plugin available  here:

    https://community.appian.com/b/appmarket

    Now:

     it seems that the problem you have with the configurator is connectivity (Time out) when you try it to download, so:

    1.- Try one more time or check firewall, proxy, etc. 

    I have done it on my own and the urls used for the download are correct..

    2.- If it does not work, You can also do it manually:

    2.1 You can download it from here:

    https://maven.apache.org/download.cgi

    The version you are going to install is 3.8.6

    and the complete  instructions for installing are here:

    https://maven.apache.org/install.html

    That basically is:

    a.- Download and Extract Maven Zip File

    b.- Include ‘bin’ directory in PATH Variable

    c.-Verify Maven Installation 

       c.1 Type mvn -version in command prompt and hit ENTER.

    Let me know how it went.

    Jesus

Children