Details
-
Task
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
None
-
None
-
None
Description
When maven version at or above 3.8.1 is used to build storm, the build fails because repositories with "http" is blocked and only "https" is allowed.
Fix this by adding .mvn directory workaround, like discussed here https://stackoverflow.com/questions/66980047/maven-build-failure-dependencyresolutionexception or remove dependency on http repositories.