File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
910BorderTech 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
2424The qa-parent inherits all of the release functionality from bordertech-parent, discussed below.
2525
You can’t perform that action at this time.
0 commit comments