Skip to content

Commit 3f8d5b6

Browse files
author
Vladimir Kotal
committed
do not run pip upgrade when not testing
1 parent a754eed commit 3f8d5b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opengrok-tools/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
157157
</goals>
158158
</execution>
159159
<execution>
160+
<!-- needed for 'pip install pylint' to work -->
160161
<id>Upgrade pip</id>
161162
<configuration>
162163
<executable>env/bin/pip3</executable>
@@ -166,6 +167,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
166167
<argument>--upgrade</argument>
167168
<argument>pip</argument>
168169
</arguments>
170+
<skip>${skipTests}</skip>
169171
</configuration>
170172
<phase>test</phase>
171173
<goals>

0 commit comments

Comments
 (0)