This is an automated email from the ASF dual-hosted git repository.
krisden pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 8836669 [CALCITE-2836] Remove maven-compiler-plugin from calcite-plus
module pom.xml
8836669 is described below
commit 883666929478aabe07ee5b9e572c43a6f1a703e2
Author: Kevin Risden <[email protected]>
AuthorDate: Fri Feb 8 15:20:09 2019 -0500
[CALCITE-2836] Remove maven-compiler-plugin from calcite-plus module pom.xml
Close apache/calcite#1039
Signed-off-by: Kevin Risden <[email protected]>
---
plus/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/plus/pom.xml b/plus/pom.xml
index cb4e2e4..682810d 100644
--- a/plus/pom.xml
+++ b/plus/pom.xml
@@ -127,17 +127,6 @@ limitations under the License.
<plugins>
<!-- Sorted by groupId, artifactId. Put versions in
pluginManagement in the root POM, not here. -->
-
- <!-- Base is 1.7, but we require 1.8 for com.teradata.tpcds. -->
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <configuration>
- <source>1.8</source>
- <target>1.8</target>
- <compilerArgument>-Xlint:deprecation</compilerArgument>
- </configuration>
- </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>