We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a754eed commit 3f8d5b6Copy full SHA for 3f8d5b6
opengrok-tools/pom.xml
@@ -157,6 +157,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
157
</goals>
158
</execution>
159
<execution>
160
+ <!-- needed for 'pip install pylint' to work -->
161
<id>Upgrade pip</id>
162
<configuration>
163
<executable>env/bin/pip3</executable>
@@ -166,6 +167,7 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
166
167
<argument>--upgrade</argument>
168
<argument>pip</argument>
169
</arguments>
170
+ <skip>${skipTests}</skip>
171
</configuration>
172
<phase>test</phase>
173
<goals>
0 commit comments