You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/04/23 20:20:18 UTC

[maven-resources-plugin] 01/01: [MRESOURCES-247] - Improve WARNING message about encoding.

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

khmarbaise pushed a commit to branch MRESOURCES-247
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git

commit c421c2f78a90392e9f5c49a1a8bf983c3addd52d
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Apr 23 22:19:34 2018 +0200

    [MRESOURCES-247] - Improve WARNING message about encoding.
---
 src/main/java/org/apache/maven/plugins/resources/ResourcesMojo.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/java/org/apache/maven/plugins/resources/ResourcesMojo.java b/src/main/java/org/apache/maven/plugins/resources/ResourcesMojo.java
index cefd47f..ce59090 100644
--- a/src/main/java/org/apache/maven/plugins/resources/ResourcesMojo.java
+++ b/src/main/java/org/apache/maven/plugins/resources/ResourcesMojo.java
@@ -304,6 +304,7 @@ public class ResourcesMojo
         {
             getLog().warn( "File encoding has not been set, using platform encoding " + ReaderFactory.FILE_ENCODING
                 + ", i.e. build is platform dependent!" );
+            getLog().warn( "Please take a look into the FAQ: https://maven.apache.org/general.html#encoding-warning" );
         }
 
         try

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.