This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch mvn4 in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
commit 6f187844615a1d547df3dee37911cf285ed451ea Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Thu Feb 24 17:00:55 2022 +0100 Switch a few core plugins to the new api --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 036b506..6529371 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-tools</artifactId> - <version>41</version> + <version>42-SNAPSHOT</version> <relativePath /> </parent> @@ -224,6 +224,13 @@ under the License. </execution> </executions> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <compilerReuseStrategy>alwaysNew</compilerReuseStrategy> + </configuration> + </plugin> </plugins> </build> </project>