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
+41-10
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,10 @@ 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
+
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.
106
+
103
107
### build-tools
104
108
105
109
This is primarily a shared resources module used by qa-parent and potentially other BorderTech maven modules.
@@ -123,15 +127,15 @@ Projects must ensure the necessary POM sections are overriden - these are marked
123
127
124
128
Refer to qa-parent's [pom.xml](https://github.com/BorderTech/java-common/blob/master/qa-parent/pom.xml) for all project properties.
125
129
126
-
Refer to the plugins used by qa-parent for all override details:
0 commit comments