
覆写
<plugin> <artifactId>maven-release-plugin</artifactId> <version>2.2.2</version> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> <arguments>-Psonatype-oss-release</arguments> </configuration></plugin>
与
<plugin> <artifactId>maven-release-plugin</artifactId> <configuration> <mavenExecutorId>forked-path</mavenExecutorId> <useReleaseProfile>false</useReleaseProfile> <arguments>-Psonatype-oss-release -Dusername=${username}</arguments> </configuration> </plugin>在其中一位父母那里做了把戏。
命令行上的值未覆盖POM中的值似乎是一个错误。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)