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 77a7e6a commit 2c6e6b7Copy full SHA for 2c6e6b7
opengrok-tools/pom.xml
@@ -216,15 +216,14 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
216
<phase>package</phase>
217
</execution>
218
<execution>
219
- <id>Install python package for tests</id>
+ <id>Install python package for tests/pylint</id>
220
<configuration>
221
<executable>${python.executable}</executable>
222
<workingDirectory>${project.build.directory}</workingDirectory>
223
<arguments>
224
<argument>setup.py</argument>
225
<argument>install</argument>
226
</arguments>
227
- <skip>${skipTests}</skip>
228
</configuration>
229
<phase>test</phase>
230
<goals>
0 commit comments