Skip to content

Commit 9d1c025

Browse files
committed
[SPARK-9521] [BUILD] Require Maven 3.3.3+ in the build
Enforce Maven 3.3.3+ in the build. (Also update the scala compiler plugin while we're at it.) Author: Sean Owen <[email protected]> Closes #7852 from srowen/SPARK-9521 and squashes the following commits: 3093039 [Sean Owen] Enforce Maven 3.3.3+ in the build. (Also update the scala compiler plugin while we're at it.)
1 parent 16b928c commit 9d1c025

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</issueManagement>
6060

6161
<prerequisites>
62-
<maven>3.0.4</maven>
62+
<maven>${maven.version}</maven>
6363
</prerequisites>
6464

6565
<mailingLists>
@@ -118,6 +118,7 @@
118118
<akka.group>com.typesafe.akka</akka.group>
119119
<akka.version>2.3.11</akka.version>
120120
<java.version>1.7</java.version>
121+
<maven.version>3.3.3</maven.version>
121122
<sbt.project.name>spark</sbt.project.name>
122123
<mesos.version>0.21.1</mesos.version>
123124
<mesos.classifier>shaded-protobuf</mesos.classifier>
@@ -1153,7 +1154,7 @@
11531154
<configuration>
11541155
<rules>
11551156
<requireMavenVersion>
1156-
<version>3.0.4</version>
1157+
<version>${maven.version}</version>
11571158
</requireMavenVersion>
11581159
<requireJavaVersion>
11591160
<version>${java.version}</version>
@@ -1171,7 +1172,7 @@
11711172
<plugin>
11721173
<groupId>net.alchim31.maven</groupId>
11731174
<artifactId>scala-maven-plugin</artifactId>
1174-
<version>3.2.0</version>
1175+
<version>3.2.2</version>
11751176
<executions>
11761177
<execution>
11771178
<id>eclipse-add-source</id>

0 commit comments

Comments
 (0)