Idea configures maven to solve the problem of not being able to create a maven project without networking and offline

Configuration process

The first step is to configure maven, configure local warehouse location, etc.

The second step is to use -DarchetypeCatalog=internal in the Runner to configure maven to use the local warehouse jar package (solve the problem of not being able to create a maven project without networking)

Guess you like

Origin blog.csdn.net/Cursh_programmer/article/details/108220278