Skip to content

Commit

Permalink
file-generate插件,phase由INITIALIZE改为VALIDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
wangliang181230 committed May 21, 2024
1 parent be4e213 commit 38cb5db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* @author wangliang181230
* @since 1.1.6
*/
@Mojo(name = "file-generate", defaultPhase = LifecyclePhase.INITIALIZE, threadSafe = true)
@Mojo(name = "file-generate", defaultPhase = LifecyclePhase.VALIDATE, threadSafe = true)
public class FileGenerateMojo extends AbstractEasyjMojo {

@Parameter(defaultValue = "${project}", readonly = true, required = true)
Expand Down

0 comments on commit 38cb5db

Please sign in to comment.