You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "dori waldman (Jira)" <ji...@apache.org> on 2021/12/21 16:21:00 UTC

[jira] [Created] (STORM-3813) Build Failure

dori waldman created STORM-3813:
-----------------------------------

             Summary: Build Failure
                 Key: STORM-3813
                 URL: https://issues.apache.org/jira/browse/STORM-3813
             Project: Apache Storm
          Issue Type: Bug
            Reporter: dori waldman


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.1#820001)