Skip to content

Commit

Permalink
#41 Downgrade webdriverextensions-maven-plugin to version 3.1.3
Browse files Browse the repository at this point in the history
-> Version 3.2.0 of the webdriverextensions-maven-plugin creates tmp
files on Jenkins in the tmp directory, which don't get removed
afterwards
=> Using Version 3.1.3 instead, until this issue is fixed
  • Loading branch information
helkv committed Dec 4, 2019
1 parent 781e168 commit e34e4d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
<plugin>
<groupId>com.github.webdriverextensions</groupId>
<artifactId>webdriverextensions-maven-plugin</artifactId>
<version>3.2.0</version>
<!-- Version 3.2.0 creates tmp files which don't get removed afterwards => Using 3.1.3 instead -->
<version>3.1.3</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit e34e4d7

Please sign in to comment.