Skip to content

Commit

Permalink
#2660: verify after assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 21, 2023
1 parent 2797b1f commit ad27b39
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ public void exec() throws IOException {
new Moja<>(ParseMojo.class),
new Moja<>(OptimizeMojo.class),
new Moja<>(ShakeMojo.class),
new Moja<>(VerifyMojo.class),
new Moja<>(DiscoverMojo.class),
new Moja<>(ProbeMojo.class),
new Moja<>(PullMojo.class),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void runsAllSnippets(final String yml) throws IOException {
.plugins()
.appendItself()
.phase("generate-sources")
.goals("register", "assemble", "transpile");
.goals("register", "assemble", "verify", "transpile");
f.build()
.plugins()
.append("org.codehaus.mojo", "exec-maven-plugin", "3.1.1")
Expand Down

0 comments on commit ad27b39

Please sign in to comment.