File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Reusable build configuration for for BorderTech open source projects.
33
44## Status
55[ ![ Build Status] ( https://travis-ci.com/BorderTech/java-common.svg?branch=master )] ( https://travis-ci.com/BorderTech/java-common )
6+ [ ![ 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 )
67
78## qa-parent
89BorderTech java projects should generally use this as their parent POM.
@@ -20,12 +21,12 @@ By default qa checks do not run, you must enable them on a per-module basis in t
2021 -->
2122 <bt .qa.skip>false</bt .qa.skip>
2223</properties >
23- ```
24+ ```
2425
2526The qa-parent inherits all of the release functionality from bordertech-parent, discussed below.
2627
2728## bordertech-parent
28- This is the top-level pom.xml file.
29+ This is the top-level pom.xml file.
2930It configures the maven release plugin for open source BorderTech projects to release to Maven Central.
3031
3132_ 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