You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-9Lines changed: 38 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,8 @@ The qa-parent also runs:
100
100
101
101
The qa-parent inherits all of the release functionality from bordertech-parent.
102
102
103
+
#### quick-build profile
104
+
103
105
The qa-parent provides a profile `quick-build` that for convenience skips all tests and QA. This is very useful when developing a project and a quick build of the project is required.
104
106
105
107
### build-tools
@@ -125,15 +127,15 @@ Projects must ensure the necessary POM sections are overriden - these are marked
125
127
126
128
Refer to qa-parent's [pom.xml](https://github.com/BorderTech/java-common/blob/master/qa-parent/pom.xml) for all project properties.
127
129
128
-
Refer to the plugins used by qa-parent for all override details:
0 commit comments