Skip to content

Commit

Permalink
Revert "[SPARK-3812] [BUILD] Adapt maven build to publish effective p…
Browse files Browse the repository at this point in the history
…om."

This reverts commit c5882c6.

I am reverting this becuase it appears to cause the maven tests
to hang.
  • Loading branch information
pwendell committed Oct 23, 2014
1 parent 293672c commit 222fa47
Showing 1 changed file with 1 addition and 32 deletions.
33 changes: 1 addition & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,17 +248,7 @@
</snapshots>
</pluginRepository>
</pluginRepositories>
<!--
This is a dummy dependency that is used along with the shading plug-in
to create effective poms on publishing (see SPARK-3812).
-->
<dependencies>
<dependency>
<groupId>org.spark-project.spark</groupId>
<artifactId>unused</artifactId>
<version>1.0.0</version>
</dependency>
</dependencies>

<dependencyManagement>
<dependencies>
<dependency>
Expand Down Expand Up @@ -1002,27 +992,6 @@
</pluginManagement>

<plugins>
<!-- The shade plug-in is used here to create effective pom's (see SPARK-3812). -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
<artifactSet>
<includes>
<include>org.spark-project.spark:unused</include>
</includes>
</artifactSet>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
Expand Down

0 comments on commit 222fa47

Please sign in to comment.