We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3c7fe commit 8ca581cCopy full SHA for 8ca581c
pom.xml
@@ -118,6 +118,7 @@
118
<include>**/*Test.java</include>
119
<include>**/*Should.java</include>
120
<include>**/*Spec.java</include>
121
+ <include>**/*Specification.java</include>
122
</includes>
123
</configuration>
124
<executions>
@@ -209,18 +210,6 @@
209
210
</execution>
211
</executions>
212
</plugin>
- <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>
224
</plugins>
225
<pluginManagement>
226
<plugins>
src/test/resources/de/danielbechler/util/ClassesSpecification.groovy renamed to src/test/java/de/danielbechler/util/ClassesSpecification.groovy
0 commit comments