aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-10-23 16:01:38 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-10-23 16:01:38 -0700
commit222fa47f0dfd6c53aac513655a519521d9396e72 (patch)
tree49064aa1c9af6799adb64b47b7ad4ccea857b723 /pom.xml
parent293672c499911328eb27b48dbd7bdef4f4cc8adb (diff)
downloadspark-222fa47f0dfd6c53aac513655a519521d9396e72.tar.gz
spark-222fa47f0dfd6c53aac513655a519521d9396e72.tar.bz2
spark-222fa47f0dfd6c53aac513655a519521d9396e72.zip
Revert "[SPARK-3812] [BUILD] Adapt maven build to publish effective pom."
This reverts commit c5882c663e054adcd3ecd9f11e91a1929dbc14a3. I am reverting this becuase it appears to cause the maven tests to hang.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml33
1 files changed, 1 insertions, 32 deletions
diff --git a/pom.xml b/pom.xml
index 687cc6352d..288bbf1114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>