grahamweatherup
grahamweatherup

Reputation: 11

Using GMavenPlus to run spock groovy tests alongside java junit tests from maven surefire

I am trying to run "spock groovy tests alongside java junit tests from maven surefire"

I followed the examples

When I have the gmavenplus + groovy plugins defined in the pom, the groovy test runs but not the java test.

When I have the gmavenplus + groovy plugins removed from the pom, the java test runs but not the groovy test.

The files I have are

Upvotes: 1

Views: 241

Answers (0)

Related Questions