Repository: spark
Updated Branches:
  refs/heads/master d29e429ee -> 2b151b6b9


[SPARK-14711][BUILD] Examples jar not a part of distribution.

## What changes were proposed in this pull request?

Move the spark-examples.jar from being in examples/target to 
examples/target/scala-2.11/jars

## How was this patch tested?

Built distribution to make sure examples jar was being included in the tarball.
Ran run-example to make sure examples were run.

Author: Mark Grover <m...@apache.org>

Closes #12476 from markgrover/spark-14711.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2b151b6b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2b151b6b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2b151b6b

Branch: refs/heads/master
Commit: 2b151b6b93e7ef747c625d3a2b0f0732039de3b8
Parents: d29e429
Author: Mark Grover <m...@apache.org>
Authored: Mon Apr 18 17:44:42 2016 -0700
Committer: Marcelo Vanzin <van...@cloudera.com>
Committed: Mon Apr 18 17:44:42 2016 -0700

----------------------------------------------------------------------
 examples/pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/2b151b6b/examples/pom.xml
----------------------------------------------------------------------
diff --git a/examples/pom.xml b/examples/pom.xml
index 4a20370..fcd60e3 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -297,6 +297,13 @@
           <skip>true</skip>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <outputDirectory>${jars.target.dir}</outputDirectory>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <profiles>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to