Manually update Maven m2 with “org.apache.maven.plugins” and “org.codehaus.mojo”
问题 I have a problem, I need to use Maven version 3.3.3 in offline mode. I set the conf file settings.xml to work offline and use the command mvn --offline ecc... But when i type the command: mvn archetype:generate I see the following error: [...] No plugin found for prefix 'archetype' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:\Users\xxx\.m2\repository), central (https://repo.maven.apache.org/maven2)] ->