GitHub user zuotingbing opened a pull request:

    https://github.com/apache/spark/pull/18619

    [SPARK-21397][BUILD]Maven shade plugin adding dependency-reduced-pom.xml to 
…

    …base directory
    
    ## What changes were proposed in this pull request?
    
    1. run `./build/mvn -DskipTests clean package` and we get many files 
'dependency-reduced-pom.xml'
    under the source directory
    
    2. run `./build/mvn clean`, the files `dependency-reduced-pom.xml` can not 
be cleaned.
    
    So i suggest to specify dependencyReducedPomLocation to 'target/' to store 
these files.
    
    ## How was this patch tested?
    
    manual tests


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zuotingbing/spark SPARK-21397

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/18619.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #18619
    
----
commit 3ad9e3e37edb2e85387af1239d36b8b56c3e2ce5
Author: zuotingbing <zuo.tingbi...@zte.com.cn>
Date:   2017-07-13T06:14:04Z

    [SPARK-21397]Maven shade plugin adding dependency-reduced-pom.xml to base 
directory

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to