My custom maven plugin have three goals (mojos):
convert
assigned to default phase: process-test-resources
generateStubs>
You can achieve that by replacing ugly-fix
with correct goals in
tag:
org.apache.maven.lifecycle.Lifecycle
org.apache.maven.lifecycle.Lifecycle
accurest
accurest
io.codearte.accurest:accurest-maven-plugin:${project.version}:convert
io.codearte.accurest:accurest-maven-plugin:${project.version}:generateTests
io.codearte.accurest:accurest-maven-plugin:${project.version}:generateStubs
io.codearte.accurest:accurest-maven-plugin:${project.version}:convert
io.codearte.accurest:accurest-maven-plugin:${project.version}:generateTests
io.codearte.accurest:accurest-maven-plugin:${project.version}:generateStubs