提交 3fb0fb2d 编写于 作者: K Kohsuke Kawaguchi

Need to run install during prepare, or else the release:perform fails

miserably.
上级 b1db233f
......@@ -270,6 +270,8 @@ THE SOFTWARE.
<configuration>
<!-- enable release profile during the release, create IPS package, and sign bits. -->
<prepareVerifyArgs>-P release,sign</prepareVerifyArgs>
<!-- work around for a bug in javadoc plugin that causes the release to fail. see MRELEASE-271 -->
<preparationGoals>clean install</preparationGoals>
<goals>-DskipTests javadoc:javadoc animal-sniffer:check deploy javadoc:aggregate</goals>
<pushChanges>false</pushChanges>
<localCheckout>true</localCheckout>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册