This is an automated email from the ASF dual-hosted git repository. olamy pushed a commit to branch ci-reporting in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git
The following commit(s) were added to refs/heads/ci-reporting by this push: new 1f8a977 bind taglist to a phase 1f8a977 is described below commit 1f8a9772886739e4e2b9ad0723649aeb5680abc1 Author: Olivier Lamy <ol...@apache.org> AuthorDate: Sun Feb 27 10:09:53 2022 +1000 bind taglist to a phase Signed-off-by: Olivier Lamy <ol...@apache.org> --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index cc6fed4..95dc4c0 100644 --- a/pom.xml +++ b/pom.xml @@ -496,6 +496,7 @@ under the License. <artifactId>taglist-maven-plugin</artifactId> <executions> <execution> + <phase>test-compile</phase> <goals> <goal>taglist</goal> </goals>