File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 22Reusable build configuration for for BorderTech open source projects.
33
44## Status
5-
5+ [ ![ 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- [ ![ CircleCI] ( https://circleci.com/gh/BorderTech/java-common.svg?style=svg )] ( https://circleci.com/gh/BorderTech/java-common )
87
98## qa-parent
109BorderTech java projects should generally use this as their parent POM.
@@ -22,12 +21,12 @@ By default qa checks do not run, you must enable them on a per-module basis in t
2221 -->
2322 <bt .qa.skip>false</bt .qa.skip>
2423</properties >
25- ```
24+ ```
2625
2726The qa-parent inherits all of the release functionality from bordertech-parent, discussed below.
2827
2928## bordertech-parent
30- This is the top-level pom.xml file.
29+ This is the top-level pom.xml file.
3130It configures the maven release plugin for open source BorderTech projects to release to Maven Central.
3231
3332_ Note that java projects should generally not consume this directly but instead should use qa-parent as a parent POM instead._
You can’t perform that action at this time.
0 commit comments