[
https://issues.apache.org/jira/browse/STORM-3813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Richard Zowalla closed STORM-3813.
----------------------------------
Resolution: Cannot Reproduce
> Build Failure
> -------------
>
> Key: STORM-3813
> URL: https://issues.apache.org/jira/browse/STORM-3813
> Project: Apache Storm
> Issue Type: Bug
> Reporter: dori waldman
> Priority: Minor
>
> I follow the getting started steps at
> [https://github.com/apache/storm/tree/v2.3.0/examples/storm-starter]
> download storm source ,
> install maven 3.8.4 , and java openJdk 1.8.0_292
> run mvn clean install and it failed , in order to fix it i modify root
> pom.xml
>
> attached below the repositories section that works
> <repositories>
> <repository>
> <releases><enabled>true</enabled></releases>
> <snapshots><enabled>false</enabled></snapshots>
> <id>central</id>
> <url>https://repo1.maven.org/maven2/</url>
> </repository>
> <repository>
> <releases><enabled>true</enabled></releases>
> <snapshots><enabled>false</enabled></snapshots>
> <id>clojars</id>
> <url>https://clojars.org/repo/</url>
> </repository>
> <repository>
> <id>repository.jboss.org-public</id>
> <url>https://repository.jboss.org/nexus/content/groups/public</url>
> <releases><enabled>true</enabled></releases>
> <snapshots><enabled>false</enabled></snapshots>
> </repository>
> <repository>
> <id>maven.restlet.org</id>
> <url>https://maven.restlet.talend.com</url>
> <releases><enabled>true</enabled></releases>
> <snapshots><enabled>false</enabled></snapshots>
> </repository>
> </repositories>
>
>
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)