Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Commit 181fba5

Browse files
committed
improve readme
1 parent 42607b8 commit 181fba5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,13 @@
55
[![build](https://img.shields.io/jenkins/s/http/ci.qatools.ru/opensource-parent_master-deploy.svg?style=flat)](http://ci.qatools.ru/job/opensource-parent_master-deploy/lastBuild/)
66

77
The parent pom.xml for our open source projects
8+
9+
To use simple add the following to your pom.xml:
10+
11+
```xml
12+
<parent>
13+
<groupId>ru.qatools</groupId>
14+
<artifactId>opensource-parent</artifactId>
15+
<version>$LATEST_VERSION</version>
16+
</parent>
17+
```

0 commit comments

Comments
 (0)