I was wondering if it is possible to run maven in offline mode.
When I try to run maven on my PC it compiles on same sources without error. But once I migrate same project to work PC I get Build failure. After checking some error logs, problem seems to be that maven repo times out, which is highly possible due to closed ports on my laptop.
Connect to repo.maven.apache.org:443 [repo.maven.apache.org/151.101.112.215] failed: Connection timed out.
Unfortunately, I cannot do anything about ports because of restrictions places on my laptop. On the other hand port 443 should be enabled since it is one of widely used ports.
Any ideas how I could solve this issue?