Versions Compared

Key

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

...

Trace logs - target/settoptrace/

Software Requirement

Project Build Steps

To build the project, developer needs to have JDK 1.8

...

and Maven 3

...

installed in their machine. After installation, please follow below steps to deploy Automatics Core to partner's repository.

  • Checkout

Setup

  • Pull the Automatics Core project from the repository (rdk/tools/automatics/automatics-core) with branch (“rdk-next”)
  • In pom.xml and update the url in distributionManagement with the respective artifact repository url in the place as mentioned below. Automatics core is required to be deployed to partner's repository. Partner implementation project requires core to be added as maven dependency for using its APIs.

...

            </repository>

 </distributionManagement>     distributionManagement>  

  • After above changes are done, execute Execute “mvn clean deploy” on project. This will deploy the Core project to the partner's repository.