base class for tests is optional
This commit is contained in:
@@ -33,7 +33,7 @@ public class GenerateSpecsMojo extends AbstractMojo {
|
||||
@Parameter(property = "basePackageForTests", defaultValue = "io.codearte.accurest.tests")
|
||||
private String basePackageForTests;
|
||||
|
||||
@Parameter(property = "baseClassForTests", required = true)
|
||||
@Parameter(property = "baseClassForTests")
|
||||
private String baseClassForTests;
|
||||
|
||||
public GenerateSpecsMojo() {
|
||||
|
||||
@@ -60,9 +60,6 @@
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
<configuration>
|
||||
<baseClassForTests>com.ofg.twitter.place.BaseMockMvcSpec</baseClassForTests>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.gmavenplus</groupId>
|
||||
|
||||
Reference in New Issue
Block a user