You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by HeartSaVioR <gi...@git.apache.org> on 2018/05/11 01:57:06 UTC

[GitHub] storm pull request #2671: STORM-3069 Allow users to specify maven local repo...

GitHub user HeartSaVioR opened a pull request:

    https://github.com/apache/storm/pull/2671

    STORM-3069 Allow users to specify maven local repository directory for storm submit tool

    * add submit option: '--mavenLocalRepositoryDirectory'
      * passed arg will be used to maven local repository directory in resolving transitive dependencies
    
    Please refer https://issues.apache.org/jira/browse/STORM-3069 for more details.

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

    $ git pull https://github.com/HeartSaVioR/storm STORM-3069

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

    https://github.com/apache/storm/pull/2671.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 #2671
    
----
commit b5ab9e897908036caa6e73d80b6369fb5d192f7a
Author: Jungtaek Lim <ka...@...>
Date:   2018-05-11T01:50:36Z

    STORM-3069 Allow users to specify maven local repository directory for storm submit tool
    
    * add submit option: '--mavenLocalRepositoryDirectory'
      * passed arg will be used to maven local repository directory in resolving transitive dependencies

----


---

[GitHub] storm issue #2671: STORM-3069 Allow users to specify maven local repository ...

Posted by HeartSaVioR <gi...@git.apache.org>.
Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/2671
  
    @arunmahadevan Please take a look.


---

[GitHub] storm pull request #2671: STORM-3069 Allow users to specify maven local repo...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/storm/pull/2671


---

[GitHub] storm issue #2671: STORM-3069 Allow users to specify maven local repository ...

Posted by HeartSaVioR <gi...@git.apache.org>.
Github user HeartSaVioR commented on the issue:

    https://github.com/apache/storm/pull/2671
  
    The build failure is related to artifact fetch. Build succeeds in my local.


---

[GitHub] storm issue #2671: STORM-3069 Allow users to specify maven local repository ...

Posted by arunmahadevan <gi...@git.apache.org>.
Github user arunmahadevan commented on the issue:

    https://github.com/apache/storm/pull/2671
  
    +1 LGTM.


---