Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ndviet/test-parent-pom
- Owner: NDViet
- License: apache-2.0
- Created: 2023-01-10T01:43:26.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T20:06:46.000Z (22 days ago)
- Last Synced: 2024-10-28T00:32:26.508Z (21 days ago)
- Topics: automation, maven, maven-pom
- Homepage: http://www.ndviet.org/test-parent-pom/
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```