You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/06/10 15:23:51 UTC

[12/50] [abbrv] bahir git commit: [SPARK-12023][BUILD] Fix warnings while packaging spark with maven.

[SPARK-12023][BUILD] Fix warnings while packaging spark with maven.

this is a trivial fix, discussed [here](http://stackoverflow.com/questions/28500401/maven-assembly-plugin-warning-the-assembly-descriptor-contains-a-filesystem-roo/).

Author: Prashant Sharma <sc...@gmail.com>

Closes #10014 from ScrapCodes/assembly-warning.


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

Branch: refs/heads/master
Commit: be8b358551232d91373558c7cb447c42efafc400
Parents: 0845b56
Author: Prashant Sharma <sc...@gmail.com>
Authored: Mon Nov 30 10:11:27 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Mon Nov 30 10:11:27 2015 +0000

----------------------------------------------------------------------
 streaming-mqtt/src/main/assembly/assembly.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/be8b3585/streaming-mqtt/src/main/assembly/assembly.xml
----------------------------------------------------------------------
diff --git a/streaming-mqtt/src/main/assembly/assembly.xml b/streaming-mqtt/src/main/assembly/assembly.xml
index ecab5b3..c110b01 100644
--- a/streaming-mqtt/src/main/assembly/assembly.xml
+++ b/streaming-mqtt/src/main/assembly/assembly.xml
@@ -24,7 +24,7 @@
   <fileSets>
     <fileSet>
       <directory>${project.build.directory}/scala-${scala.binary.version}/test-classes</directory>
-      <outputDirectory>/</outputDirectory>
+      <outputDirectory></outputDirectory>
     </fileSet>
   </fileSets>