This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-invoker.git
commit 83383a7eb081cfa844eb7ca00c9820bce2542c18 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Wed Dec 31 16:25:21 2025 +0100 drop redundant plugin config --- pom.xml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pom.xml b/pom.xml index 23aea84..40cf186 100644 --- a/pom.xml +++ b/pom.xml @@ -95,16 +95,6 @@ under the License. </testResources> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <!-- Show deprecation warnings during compilation --> - <compilerArgs> - <arg>-Xlint:deprecation</arg> - </compilerArgs> - </configuration> - </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>
