Skip to content

Commit edefc9d

Browse files
committed
Clean pom.xml
1 parent ca7320d commit edefc9d

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

baremaps-calcite/pom.xml

+8-18
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ limitations under the License.
2727
<name>Apache Baremaps Calcite</name>
2828

2929
<properties>
30-
<maven.compiler.source>1.8</maven.compiler.source>
31-
<maven.compiler.target>1.8</maven.compiler.target>
3230
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3331
</properties>
3432

@@ -89,6 +87,14 @@ limitations under the License.
8987

9088
<build>
9189
<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>
9298
<plugin>
9399
<artifactId>maven-resources-plugin</artifactId>
94100
<executions>
@@ -136,22 +142,6 @@ limitations under the License.
136142
</execution>
137143
</executions>
138144
</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>
155145
<plugin>
156146
<groupId>org.codehaus.mojo</groupId>
157147
<artifactId>javacc-maven-plugin</artifactId>

0 commit comments

Comments
 (0)