Skip to content

Commit 56b6103

Browse files
committed
Fixed Mojo class name bug.
1 parent 950a0cd commit 56b6103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polyapi-maven-plugin/src/main/java/io/polyapi/plugin/mojo/createServerVariableMojo.java renamed to polyapi-maven-plugin/src/main/java/io/polyapi/plugin/mojo/CreateServerVariableMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@Slf4j
1818
@Setter
1919
@Mojo(name = "create-server-variable", requiresProject = false)
20-
public class createServerVariableMojo extends PolyApiMojo {
20+
public class CreateServerVariableMojo extends PolyApiMojo {
2121
@Parameter(property = "name", required = true)
2222
private String name;
2323

0 commit comments

Comments
 (0)