FWQ
Maven 多项目打包中,${reversion} 变量未替换,如何解决?
解决 maven 多项目打包中 ${reversion} 未替换问题 在使用 maven 管理多项目时,遇到如下打包错误: failed to read artifact descriptor for com.example:c2:jar:1.0.0-snapshot: failure to find com.example:packagetest:pom:${reversion} in <a href="http://xxxx/repository/maven-public/" target="_blank">http://xxxx/repository/maven-public/</a> was cached in the local…