You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2020/06/16 02:24:18 UTC

[commons-lang] 01/03: [LANG-1546]: delete `` and `` in maven-javadoc-plugin

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git

commit 0c42c0c192ed77786bf0e2f9596acb2640ac5401
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Mon Jun 3 01:05:53 2019 +0800

    [LANG-1546]: delete `<encoding>` and `<docencoding>` in maven-javadoc-plugin
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fae2aa0..07d8caf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -662,8 +662,6 @@
         <configuration>
           <source>${maven.compiler.source}</source>
           <quiet>true</quiet>
-          <encoding>utf-8</encoding>
-          <docEncoding>utf-8</docEncoding>
           <notimestamp>true</notimestamp>
           <links>
             <link>https://docs.oracle.com/javase/8/docs/api/</link>