提交 a3fe1f3d 编写于 作者: K kohsuke

added a workaround for SCM-406

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@17388 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a96a36f3
......@@ -93,7 +93,7 @@ THE SOFTWARE.
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-8</version>
<version>2.0-beta-9</version>
<configuration>
<!-- enable release profile during the release, create IPS package, and sign bits. -->
<prepareVerifyArgs>-P release,ips,sign</prepareVerifyArgs>
......@@ -102,6 +102,7 @@ THE SOFTWARE.
http://www.nabble.com/Release-Plugin%3A-Include-assemblies-for-deploying-tf2642295s177.html#a7377938
-->
<goals>install javadoc:javadoc animal-sniffer:check assembly:attached deploy</goals>
<remoteTagging>true</remoteTagging><!-- work around http://jira.codehaus.org/browse/SCM-406 -->
</configuration>
</plugin>
<plugin>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册