Skip to content

Commit

Permalink
Fixed Ardesco#90 mark goal selenium as thread safe
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelB committed Aug 12, 2019
1 parent 27dcc78 commit ee8dc90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
* @author Mark Collin
*/

@Mojo(name = "selenium", defaultPhase = LifecyclePhase.TEST_COMPILE)
@Mojo(name = "selenium", defaultPhase = LifecyclePhase.TEST_COMPILE,threadSafe = true)
@SuppressWarnings({"UnusedDeclaration"})
public class SeleniumServerMojo extends AbstractMojo {
/**
Expand Down

0 comments on commit ee8dc90

Please sign in to comment.