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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Projects should generally use qa-parent as their parent POM:
37
37
<parent>
38
38
<groupId>com.github.bordertech.common</groupId>
39
39
<artifactId>qa-parent</artifactId>
40
-
<version>1.0.15</version>
40
+
<version>1.0.16</version>
41
41
</parent>
42
42
....
43
43
</project>
@@ -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
+
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
+
103
105
### build-tools
104
106
105
107
This is primarily a shared resources module used by qa-parent and potentially other BorderTech maven modules.
0 commit comments