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:17 UTC

[maven-resources-plugin] branch MRESOURCES-247 created (now c421c2f)

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

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


      at c421c2f  [MRESOURCES-247] - Improve WARNING message about encoding.

This branch includes the following new commits:

     new c421c2f  [MRESOURCES-247] - Improve WARNING message about encoding.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by kh...@apache.org.
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.