You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "Steven Owens (JIRA)" <ji...@apache.org> on 2015/09/08 22:12:46 UTC

[jira] [Comment Edited] (STORM-614) storm-core mvn artifacts dependencies are not downloaded automatically

    [ https://issues.apache.org/jira/browse/STORM-614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735516#comment-14735516 ] 

Steven Owens edited comment on STORM-614 at 9/8/15 8:12 PM:
------------------------------------------------------------

gradle in NetBeans on windows 7 could not download clj-time without clojars in repositories in project build.gradle


was (Author: steven_mark_owens):
gradle in NetBeans could not download clj-time without clojars in repositories in project build.gradle

> storm-core mvn artifacts dependencies are not downloaded automatically
> ----------------------------------------------------------------------
>
>                 Key: STORM-614
>                 URL: https://issues.apache.org/jira/browse/STORM-614
>             Project: Apache Storm
>          Issue Type: Bug
>    Affects Versions: 0.9.3
>         Environment: Gradle 2.1 java project
>            Reporter: Nikolai Korshunov
>            Priority: Minor
>              Labels: maven, newbie
>
> I added 'storm-core' artefact to my gradle project. Gradle couldn't download roughly half of artefact dependencies (clj-time, ring-servlet and others), because it couldn't find them. pom.xml of 'storm-core' doesn't contain any links to any external repos.
> Problem is: these dependencies are stored in 'clojars' repo, and during build of all storm, dependent projects use links from root pom.xml, and thus when 'storm-core' artefact is deployed to maven central it is broken by default. 
> Suggestions to solving are: 
> 1) Update documentation on storm.apache.org (in Downloads section)
> 2) Adding 'clojars' repo url to 'storm-core' pom.xml



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)