Do not override compiler configuration 46/96746/3
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 30 Jun 2021 15:20:23 +0000 (17:20 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 30 Jun 2021 15:31:28 +0000 (17:31 +0200)
odlparent's compiler configuration is in many ways better than what
we are doing here, just remove the configuration.

Change-Id: If95cf81dda6f65723effba833bb6fedee5751d12
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
parent/pom.xml

index e198e0a8f9827ed9493e3707fdc774d51d3e5318..673231b4bfe71049cf88628d8c378f2908f493ee 100644 (file)
 
     <build>
         <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <configuration>
-                    <source>${java.version.source}</source>
-                    <target>${java.version.target}</target>
-                    <testSource>${java.version.source}</testSource>
-                    <testTarget>${java.version.target}</testTarget>
-                    <showDeprecation>true</showDeprecation>
-                    <showWarnings>true</showWarnings>
-                    <optimize>true</optimize>
-                </configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>