|
|
@ -36,12 +36,13 @@
|
|
|
|
<!-- Only required if names of spec classes don't match default Surefire patterns (`*Test` etc.) -->
|
|
|
|
<!-- Only required if names of spec classes don't match default Surefire patterns (`*Test` etc.) -->
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<version>3.0.0-M4</version>
|
|
|
|
<version>3.0.0-M5</version>
|
|
|
|
<configuration>
|
|
|
|
<configuration>
|
|
|
|
|
|
|
|
<useModulePath>false</useModulePath> <!-- https://issues.apache.org/jira/browse/SUREFIRE-1809 -->
|
|
|
|
<useFile>false</useFile>
|
|
|
|
<useFile>false</useFile>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/*Test.java</include>
|
|
|
|
<include>**/*Test</include>
|
|
|
|
<include>**/*Spec.java</include>
|
|
|
|
<include>**/*Spec</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</configuration>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugin>
|
|
|
@ -61,7 +62,7 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.spockframework</groupId>
|
|
|
|
<groupId>org.spockframework</groupId>
|
|
|
|
<artifactId>spock-bom</artifactId>
|
|
|
|
<artifactId>spock-bom</artifactId>
|
|
|
|
<version>2.0-M4-groovy-3.0</version>
|
|
|
|
<version>2.0-M5-groovy-3.0</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|