You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/01/06 10:13:49 UTC

svn commit: r1777562 - /myfaces/tobago/trunk/pom.xml

Author: deki
Date: Fri Jan  6 10:13:49 2017
New Revision: 1777562

URL: http://svn.apache.org/viewvc?rev=1777562&view=rev
Log:
added project.reporting.outputEncoding to fix Maven warning

Modified:
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?rev=1777562&r1=1777561&r2=1777562&view=diff
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Fri Jan  6 10:13:49 2017
@@ -47,6 +47,7 @@
     <maven.compile.source>1.6</maven.compile.source>
     <maven.compile.target>1.6</maven.compile.target>
     <maven.compile.encoding>UTF-8</maven.compile.encoding>
+    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <required.maven.version>3.0.4</required.maven.version>
   </properties>