我正在使用我上传到中央存储库的原型生成maven项目。
mvn archetype:generate \
-DarchetypeGroupId=org.opencoweb \
-DarchetypeArtifactId=coweb-archetype
最新版本是0.8.3.1,但我得到的版本是0.8.3。我已经清除了我的缓存~/.m2
,并运行上面的命令stil下载0.8.3而不是最新版本。有谁知道为什么?上传/创建0.8.3.1模块时,我忘了指定一些内容吗?我在本月早些时候(10月3日)上传了该模块,根据http://search.maven.org/remotecontent?filepath=org/opencoweb/coweb-archetype/maven-metadata.xml,“最新版本”是0.8.3.1。
编辑:
我可以下载最新的0.8.3.1版本,但前提是我指定-DarchetypeVersion=0.8.3.1
。但是,这显然是不可取的。