Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Install 3rd Party Libraries

  • Unzip the attached attached joget-maven-setup.zip to to the Joget Workflow installation directory. This zip should contain 2 files: setup-maven.xml and shark-maven-2.0.1.pom.
  • In the Joget Workflow installation directory, execute the setup-maven.xml file using Ant to add the required 3rd party libraries into your local Maven repository.
    Code Block
    apache-ant-1.7.1/bin/ant -f setup-maven.xml
    
    NOTE: This step needs to be done for the first time only.
    NOTE: If you do the above on Windows platform, please modify mvn to mvn.bat in the setup-maven.xml before executing "apache-ant-1.7.1/bin/ant -f setup-maven.xml".

...