File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
133
133
<argument >${project.build.sourceDirectory} </argument >
134
134
<argument >setup.py</argument >
135
135
</arguments >
136
+ <skip >${skipTests} </skip >
136
137
</configuration >
137
138
<phase >verify</phase >
138
139
<goals >
@@ -210,6 +211,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
210
211
<argument >install</argument >
211
212
<argument >pylint</argument >
212
213
</arguments >
214
+ <skip >${skipTests} </skip >
213
215
</configuration >
214
216
<phase >verify</phase >
215
217
<goals >
@@ -226,6 +228,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
226
228
<argument >${project.build.sourceDirectory} /opengrok_tools</argument >
227
229
<argument >${project.build.directory} /setup.py</argument >
228
230
</arguments >
231
+ <skip >${skipTests} </skip >
229
232
</configuration >
230
233
<phase >verify</phase >
231
234
<goals >
You can’t perform that action at this time.
0 commit comments