Skip to content

Commit 8ca581c

Browse files
committed
Removed easyb and moved misplaced Spock test
1 parent ab3c7fe commit 8ca581c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

pom.xml

+1-12
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
<include>**/*Test.java</include>
119119
<include>**/*Should.java</include>
120120
<include>**/*Spec.java</include>
121+
<include>**/*Specification.java</include>
121122
</includes>
122123
</configuration>
123124
<executions>
@@ -209,18 +210,6 @@
209210
</execution>
210211
</executions>
211212
</plugin>
212-
<plugin>
213-
<groupId>org.easyb</groupId>
214-
<artifactId>maven-easyb-plugin</artifactId>
215-
<version>1.4</version>
216-
<executions>
217-
<execution>
218-
<goals>
219-
<goal>test</goal>
220-
</goals>
221-
</execution>
222-
</executions>
223-
</plugin>
224213
</plugins>
225214
<pluginManagement>
226215
<plugins>

0 commit comments

Comments
 (0)