Skip to content

Commit 9e3297e

Browse files
Update README.md
1 parent 64ac864 commit 9e3297e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Projects should generally use qa-parent as their parent POM:
3737
<parent>
3838
<groupId>com.github.bordertech.common</groupId>
3939
<artifactId>qa-parent</artifactId>
40-
<version>1.0.15</version>
40+
<version>1.0.16</version>
4141
</parent>
4242
....
4343
</project>
@@ -100,6 +100,8 @@ The qa-parent also runs:
100100

101101
The qa-parent inherits all of the release functionality from bordertech-parent.
102102

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+
103105
### build-tools
104106

105107
This is primarily a shared resources module used by qa-parent and potentially other BorderTech maven modules.

0 commit comments

Comments
 (0)