[
https://issues.apache.org/jira/browse/STORM-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bipin Prasad resolved STORM-3930.
---------------------------------
Resolution: Fixed
Merged PR https://github.com/apache/storm/pull/3552
> Change pom.xml to use ssh connection and fix the url
> ----------------------------------------------------
>
> Key: STORM-3930
> URL: https://issues.apache.org/jira/browse/STORM-3930
> Project: Apache Storm
> Issue Type: Task
> Components: build
> Reporter: Bipin Prasad
> Assignee: Bipin Prasad
> Priority: Major
> Fix For: 2.5.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> While doing "mvm release:perform", the checkout times out at the end.
> # Change the connection from https to ssh protocol
> # Change the https url and ssh url to the redirected location.
> New tags
> {code:java}
> <connection>scm:git:[email protected]:apache/storm.git</connection>
> <developerConnection>scm:git:[email protected]:apache/storm.git</developerConnection>
> <url>https://github.com/apache/storm</url> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)