提交 30ea004c 编写于 作者: K kohsuke

use the release profile during the release work.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1050 71c3de6d-444a-0410-be80-ed276b4c234a
上级 ea53067b
......@@ -19,4 +19,16 @@
<module>core</module>
<module>war</module>
</modules>
<build>
<plugins>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<!-- enable release profile during the release -->
<prepareVerifyArgs>-P release</prepareVerifyArgs>
</configuration>
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册