Introduction
Just a few step are needed to build the ATS framework on your own.
This section is entirely optional as ATS is available build onto
Get the source
Clone https://github.com/Axway/ats-framework.git
Problematic artifact
We would be happy to state that all the needed third party libraries are retrieved from Apache and Sonatype repositories, but unfortunately there is one exception - the Oracle JDBC driver. The artifact name is ojdbc7
You need to have created an account for https://maven.oracle.com/doc.html. The you can provide the passwords as environment variables MAVEN_ORACLE_USERNAME and MAVEN_ORACLE_PASSWORD. Optionally you may directly set them in the settings.xml file.
Build it
In order to build the framework yourself you need to use recent Maven 3.x. We recommend to use a Maven setting.xml located in the project.
As a convenience you may directly use the provided build.sh
or build.bat
scripts.
Back to parent page
Go to Table of Contents