You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2023/12/26 19:41:58 UTC

(logging-chainsaw) 01/02: removed compiler plugin as it is defined in the parent pom

This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-chainsaw.git

commit 9aab406cbc537ab54d21c290f6628651c0e58576
Author: Christian Grobmeier <cg...@grobmeier.de>
AuthorDate: Tue Dec 26 20:41:36 2023 +0100

    removed compiler plugin as it is defined in the parent pom
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5d052aa..4fbb6ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,16 +235,6 @@
         </configuration>
       </plugin>
 
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.12.0</version>
-        <configuration>
-          <source>${maven.compiler.source}</source>
-          <target>${maven.compiler.target}</target>
-        </configuration>
-      </plugin>
-
     </plugins>
   </build>