Skip to content

Commit cd426e2

Browse files
Merge pull request #39 from BorderTech/jonathanaustin-patch-1
Update README.md
2 parents bdaded6 + 400f394 commit cd426e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Reusable build configuration for for BorderTech open source projects.
44
## Status
55
[![Build Status](https://travis-ci.com/BorderTech/java-common.svg?branch=master)](https://travis-ci.com/BorderTech/java-common)
66
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/c7a2226acd574943af9ae966c54b05e6)](https://app.codacy.com/app/BorderTech/java-common?utm_source=github.com&utm_medium=referral&utm_content=BorderTech/java-common&utm_campaign=Badge_Grade_Dashboard)
7+
[![Maven Central](https://img.shields.io/maven-central/v/com.github.bordertech.common/bordertech-parent.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.bordertech.common%22%20AND%20a:%22bordertech-parent%22)
78

89
## qa-parent
910
BorderTech java projects should generally use this as their parent POM.
@@ -14,12 +15,11 @@ By default qa checks do not run, you must enable them on a per-module basis in t
1415

1516
```xml
1617
<properties>
17-
<!--
18-
Set bt.qa.skip to false to run QA checks.
19-
-->
18+
<!-- Set bt.qa.skip to false to run QA checks. -->
2019
<bt.qa.skip>false</bt.qa.skip>
2120
</properties>
2221
```
22+
Refer to qa-parent's [pom.xml](https://github.com/BorderTech/java-common/blob/master/qa-parent/pom.xml) for other project properties.
2323

2424
The qa-parent inherits all of the release functionality from bordertech-parent, discussed below.
2525

0 commit comments

Comments
 (0)