提交 a12b96f7 编写于 作者: J Jesse Glick

Setting project.build.sourceEncoding=UTF-8 so that future generations of...

Setting project.build.sourceEncoding=UTF-8 so that future generations of plugin authors will not get a warning from Maven.
(And so that source files can safely use Unicode!)
Also removing the defaultGoal=package declaration; the only purpose of building this module is to install it.
上级 841511c2
......@@ -29,6 +29,10 @@
<url>http://issues.jenkins-ci.org/</url>
</issueManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencyManagement>
<dependencies>
<dependency><!-- if a plugin wants to depend on the maven plugin, choose the right version automatically -->
......@@ -104,7 +108,6 @@
<extensions>true</extensions> is apparently needed to have Maven read
the plugin's Plexus component file.
-->
<defaultGoal>package</defaultGoal>
<plugins>
<plugin>
<groupId>org.jenkins-ci.tools</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册