提交 3cce7618 编写于 作者: K kohsuke

eliminate warnings during a build

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@20794 71c3de6d-444a-0410-be80-ed276b4c234a
上级 f7ce9c55
......@@ -111,6 +111,16 @@ THE SOFTWARE.
<remoteTagging>true</remoteTagging><!-- work around http://jira.codehaus.org/browse/SCM-406 -->
</configuration>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<configuration>
<!--
*.html files are in UTF-8, and *.properties are in iso-8859-1, so this configuration is acturally incorrect,
but this suppresses a warning from Maven, and as long as we don't do filtering we should be OK.
-->
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<inherited>false</inherited>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册