File tree 1 file changed +8
-18
lines changed
1 file changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ limitations under the License.
27
27
<name >Apache Baremaps Calcite</name >
28
28
29
29
<properties >
30
- <maven .compiler.source>1.8</maven .compiler.source>
31
- <maven .compiler.target>1.8</maven .compiler.target>
32
30
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
33
31
</properties >
34
32
@@ -89,6 +87,14 @@ limitations under the License.
89
87
90
88
<build >
91
89
<plugins >
90
+ <plugin >
91
+ <groupId >org.apache.maven.plugins</groupId >
92
+ <artifactId >maven-deploy-plugin</artifactId >
93
+ <version >2.8.2</version >
94
+ <configuration >
95
+ <skip >false</skip >
96
+ </configuration >
97
+ </plugin >
92
98
<plugin >
93
99
<artifactId >maven-resources-plugin</artifactId >
94
100
<executions >
@@ -136,22 +142,6 @@ limitations under the License.
136
142
</execution >
137
143
</executions >
138
144
</plugin >
139
- <plugin >
140
- <groupId >org.apache.maven.plugins</groupId >
141
- <artifactId >maven-compiler-plugin</artifactId >
142
- <configuration >
143
- <source >1.8</source >
144
- <target >1.8</target >
145
- </configuration >
146
- </plugin >
147
- <plugin >
148
- <groupId >org.apache.maven.plugins</groupId >
149
- <artifactId >maven-deploy-plugin</artifactId >
150
- <version >2.8.2</version >
151
- <configuration >
152
- <skip >false</skip >
153
- </configuration >
154
- </plugin >
155
145
<plugin >
156
146
<groupId >org.codehaus.mojo</groupId >
157
147
<artifactId >javacc-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments