getting error while creating simple maven project
[WARNING] repository metadata for: 'org.apache.maven.plugins' could not be retrieved from repository: central due to an error: Error transferring file: repo1.maven.org
[INFO] Repository 'central' will be blacklisted
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found
You might want to check your internet connection (but you posted here somehow, so I guess it’s OK).
Then take a look at Maven docs about user settings; if you’re behind a firewall/NAT, then you probably need to add proxy definition inside the
<proxy>tag.