Non-resolvable parent POM for tech.foolfish:demo:0.0.1: tech.foolfish:foolfish-sdk:pom:1.0.0 was not found in https://maven.aliyun.com/repository/public during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of aliyunmaven has elapsed or updates are forced
解决办法
xuej@xuej-VirtualBox:~$whereismvnmvn:/usr/maven/apache-maven-3.6.0/bin/mvn.cmd/usr/maven/apache-maven-3.6.0/bin/mvnxuej@xuej-VirtualBox:~$ll/usr/maven/apache-maven-3.6.0/conf/total28drwxr-xr-x3501staff409610月2514:35./drwxr-xr-x6rootroot40965月323:53../drwxr-xr-x2501staff409610月252018logging/-rw-r--r--1501staff1039510月2514:35settings.xml-rw-r--r--1501staff364510月252018toolchains.xmlxuej@xuej-VirtualBox:~$vim/usr/maven/apache-maven-3.6.0/conf/settings.xml<mirrors><!--mirror|Specifiesarepositorymirrorsitetouseinsteadofagivenrepository.Therepositorythat|thismirrorserveshasanIDthatmatchesthemirrorOfelementofthismirror.IDsareused|for inheritance and direct lookup purposes, and must be unique across the set of mirrors.|<mirror><id>mirrorId</id><mirrorOf>repositoryId</mirrorOf><name>HumanReadableNameforthisMirror.</name><url>http://my.repository.com/repo/path</url></mirror>--><mirror><id>aliyunmaven</id><mirrorOf>*</mirrorOf><name>阿里云公共仓库</name><url>https://maven.aliyun.com/repository/public</url></mirror></mirrors>xuej@xuej-VirtualBox:~$ll.m2/total24drwxrwxr-x3xuejxuej409610月2514:36./drwxr-xr-x28xuejxuej409610月2612:12../drwxrwxr-x40xuejxuej409610月2515:15repository/-rw-r--r--1xuejxuej1040210月2514:36settings.xmlxuej@xuej-VirtualBox:~$vim.m2/settings.xml<mirrors><!--mirror|Specifiesarepositorymirrorsitetouseinsteadofagivenrepository.Therepositorythat|thismirrorserveshasanIDthatmatchesthemirrorOfelementofthismirror.IDsareused|for inheritance and direct lookup purposes, and must be unique across the set of mirrors.|<mirror><id>mirrorId</id><mirrorOf>repositoryId</mirrorOf><name>HumanReadableNameforthisMirror.</name><url>http://my.repository.com/repo/path</url></mirror>--><mirror><id>maven-public</id><mirrorOf>*</mirrorOf><name>maven-public</name><url>http://10.***.***.***:8082/nexus/repository/maven-public/</url></mirror></mirrors>xuej@xuej-VirtualBox:~/Documents/foolfish/demo$mvncleanpackage-U