Skip to content

Commit 594c335

Browse files
committed
#7 Making plugin name consistent with usual Maven conventions
1 parent 0540715 commit 594c335

File tree

1 file changed

+1
-1
lines changed
  • patch-gen-maven-plugin/src/main/java/org/jboss/as/patch/generator/maven/plugin

1 file changed

+1
-1
lines changed

patch-gen-maven-plugin/src/main/java/org/jboss/as/patch/generator/maven/plugin/PatchGenMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
*
6969
* @author Gunnar Morling
7070
*/
71-
@Mojo( name = "GenPatch", defaultPhase = LifecyclePhase.GENERATE_RESOURCES )
71+
@Mojo( name = "generate-patch", defaultPhase = LifecyclePhase.GENERATE_RESOURCES )
7272
public class PatchGenMojo extends AbstractMojo {
7373

7474
@Parameter( property = "patchConfig", required = true )

0 commit comments

Comments
 (0)