Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ndviet/test-parent-pom

Test parent POM is used to structure the entire projects
https://github.com/ndviet/test-parent-pom

automation maven maven-pom

Last synced: 3 days ago
JSON representation

Test parent POM is used to structure the entire projects

Awesome Lists containing this project

README

        

## Introduction

This is a parent POM that is shared across my GitHub repositories.

This is used to centralize versions, plugin setup and common properties to avoid redundancies or duplicate
configurations using inheritance between pom files. It helps in easy maintenance in long term.

## Dependent repositories

1. [test-automation-fwk](../../../test-automation-fwk)
2. [test-java2robot-adapter](../../../test-java2robot-adapter)
3. [test-webdriver-downloader](../../../test-webdriver-downloader)
4. [test-robot-framework](../../../test-robot-framework)
5. [test-testng-framework](../../../test-testng-framework)
6. [test-cucumber-framework](../../../test-cucumber-framework)

## Usage

In the same directory, clone this repository first and after that clone other dependent repositories.

```shell
git clone [email protected]:ndviet/test-parent-pom.git
```