Skip to content

Commit 2c6e6b7

Browse files
author
Vladimir Kotal
committed
package is needed for pylint when running via mvnw
1 parent 77a7e6a commit 2c6e6b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

opengrok-tools/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,15 +216,14 @@ Portions Copyright (c) 2017-2018, Chris Fraire <[email protected]>.
216216
<phase>package</phase>
217217
</execution>
218218
<execution>
219-
<id>Install python package for tests</id>
219+
<id>Install python package for tests/pylint</id>
220220
<configuration>
221221
<executable>${python.executable}</executable>
222222
<workingDirectory>${project.build.directory}</workingDirectory>
223223
<arguments>
224224
<argument>setup.py</argument>
225225
<argument>install</argument>
226226
</arguments>
227-
<skip>${skipTests}</skip>
228227
</configuration>
229228
<phase>test</phase>
230229
<goals>

0 commit comments

Comments
 (0)