Skip to content

Commit 400f394

Browse files
Update README.md
1 parent 47af60b commit 400f394

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ By default qa checks do not run, you must enable them on a per-module basis in t
1515

1616
```xml
1717
<properties>
18-
<!--
19-
Set bt.qa.skip to false to run QA checks.
20-
-->
18+
<!-- Set bt.qa.skip to false to run QA checks. -->
2119
<bt.qa.skip>false</bt.qa.skip>
2220
</properties>
2321
```
22+
Refer to qa-parent's [pom.xml](https://github.com/BorderTech/java-common/blob/master/qa-parent/pom.xml) for other project properties.
2423

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

0 commit comments

Comments
 (0)