Skip to content

Commit fdac51b

Browse files
committed
SPARK-6433 -002; indentation & delegate plugin version to parent
1 parent 650f442 commit fdac51b

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

pom.xml

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
<fasterxml.jackson.version>2.4.4</fasterxml.jackson.version>
159159
<snappy.version>1.1.1.6</snappy.version>
160160
<netlib.java.version>1.1.2</netlib.java.version>
161-
<maven-jar-plugin.version>2.6</maven-jar-plugin.version>
162161

163162
<!--
164163
Dependency scopes that can be overridden by enabling certain profiles. These profiles are
@@ -1478,7 +1477,6 @@
14781477
<plugin>
14791478
<groupId>org.apache.maven.plugins</groupId>
14801479
<artifactId>maven-jar-plugin</artifactId>
1481-
<version>${maven-jar-plugin.version}</version>
14821480
<configuration>
14831481
<!-- Configuration of the archiver -->
14841482
<archive>
@@ -1493,25 +1491,25 @@
14931491
</archive>
14941492
</configuration>
14951493
<executions>
1496-
<execution>
1497-
<id>prepare-jar</id>
1498-
<phase>prepare-package</phase>
1499-
<goals>
1500-
<goal>jar</goal>
1501-
</goals>
1502-
</execution>
1503-
<execution>
1504-
<id>prepare-test-jar</id>
1505-
<phase>prepare-package</phase>
1506-
<goals>
1507-
<goal>test-jar</goal>
1508-
</goals>
1509-
<configuration>
1510-
<excludes>
1511-
<exclude>log4j.properties</exclude>
1512-
</excludes>
1513-
</configuration>
1514-
</execution>
1494+
<execution>
1495+
<id>prepare-jar</id>
1496+
<phase>prepare-package</phase>
1497+
<goals>
1498+
<goal>jar</goal>
1499+
</goals>
1500+
</execution>
1501+
<execution>
1502+
<id>prepare-test-jar</id>
1503+
<phase>prepare-package</phase>
1504+
<goals>
1505+
<goal>test-jar</goal>
1506+
</goals>
1507+
<configuration>
1508+
<excludes>
1509+
<exclude>log4j.properties</exclude>
1510+
</excludes>
1511+
</configuration>
1512+
</execution>
15151513
</executions>
15161514
</plugin>
15171515
</plugins>

0 commit comments

Comments
 (0)