Skip to content

Commit

Permalink
#41 Update webdriverextensions-maven-plugin to version 3.2.0 again
Browse files Browse the repository at this point in the history
-> Version 3.2.0 of the webdriverextensions-maven-plugin is NOT
responsible for the creation of the tmp files on Jenkins in the tmp
directory, which don't get removed afterwards
-> The temp files still got created by the
webdriverextensions-maven-plugin, despite using version 3.1.3
=> Using Version 3.2.0 again
  • Loading branch information
helkv committed Dec 6, 2019
1 parent e34e4d7 commit 7df4f45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
<plugin>
<groupId>com.github.webdriverextensions</groupId>
<artifactId>webdriverextensions-maven-plugin</artifactId>
<!-- Version 3.2.0 creates tmp files which don't get removed afterwards => Using 3.1.3 instead -->
<version>3.1.3</version>
<version>3.2.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 7df4f45

Please sign in to comment.