GitHub user HeartSaVioR opened a pull request:
https://github.com/apache/storm/pull/2672
(1.x-branch) 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-1.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm/pull/2672.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 #2672
----
commit b8a5e6b3492c5d926a23b531db30ba81c721b43a
Author: Jungtaek Lim <kabhwan@...>
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
----
---