Skip to content

Commit 6469c05

Browse files
author
Vladimir Kotal
committed
do not prepare/run pylint when skipTests
1 parent d3905cf commit 6469c05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

opengrok-tools/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
133133
<argument>${project.build.sourceDirectory}</argument>
134134
<argument>setup.py</argument>
135135
</arguments>
136+
<skip>${skipTests}</skip>
136137
</configuration>
137138
<phase>verify</phase>
138139
<goals>
@@ -210,6 +211,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
210211
<argument>install</argument>
211212
<argument>pylint</argument>
212213
</arguments>
214+
<skip>${skipTests}</skip>
213215
</configuration>
214216
<phase>verify</phase>
215217
<goals>
@@ -226,6 +228,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
226228
<argument>${project.build.sourceDirectory}/opengrok_tools</argument>
227229
<argument>${project.build.directory}/setup.py</argument>
228230
</arguments>
231+
<skip>${skipTests}</skip>
229232
</configuration>
230233
<phase>verify</phase>
231234
<goals>

0 commit comments

Comments
 (0)