Skip to content

Commit

Permalink
Fix #50 Remove the @execute annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Apr 4, 2017
1 parent 8ad07a9 commit 7289fab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
*/

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

0 comments on commit 7289fab

Please sign in to comment.