Versions Compared

Key

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

...

  1. Deploy Automatics Orchestration. Please follow Automatics Orchestration Setup for setup details.
  2. Deploy Automatics Properties. Please follow Automatics Properties for setup details.
  3. Check out Automatics Core and deploy as maven artifact.  Please follow project build details at Automatics Core.
  4. Create repository two new projects for partner implementation. One for Partner Java API implementation and develop project based on Automatics API Specification. This project will have only Java API implementation. Another for Partner REST API implementation and develop project based on Automatics API Specification. This project will have only REST API implementation.
  5. Check out Automatics Generic Tests and deploy as maven artifact.  Please follow project build details at Automatics Core and replace Automatics Core maven dependency with Partner Java API implementation in pom.xml. And, merge the change to repository.