Skip to content

Commit cdd7530

Browse files
Merge origin/master into travis
Conflicts: README.md
2 parents 5b555e7 + 813d3e7 commit cdd7530

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
89
BorderTech 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

2526
The 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.
2930
It 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._

0 commit comments

Comments
 (0)