1
mvn archetype:generate -Dartifactid="products" -Dgroupid="br.com.Alura.Maven" -Dinteractivemode="false" -Darchetypeartifactid="Maven-archetype-Quickstart"
when I try to run this piece of code Maven can’t download the plugins, it keeps trying to fetch several versions, but can’t download any.
my cmd is blocked by proxy, I can’t download python libraries, or anything that needs internet. I tried to change the proxy to some foreigner, but still could not download anything from Maven.
(the computer stays in a school environment, so the proxy)