Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A8E57200BB6 for ; Fri, 4 Nov 2016 18:02:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A7867160B04; Fri, 4 Nov 2016 17:02:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2097B160AFE for ; Fri, 4 Nov 2016 18:01:59 +0100 (CET) Received: (qmail 53634 invoked by uid 500); 4 Nov 2016 17:01:59 -0000 Mailing-List: contact dev-help@shiro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@shiro.apache.org Delivered-To: mailing list dev@shiro.apache.org Received: (qmail 53516 invoked by uid 99); 4 Nov 2016 17:01:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Nov 2016 17:01:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2DA1E2C1F56 for ; Fri, 4 Nov 2016 17:01:59 +0000 (UTC) Date: Fri, 4 Nov 2016 17:01:59 +0000 (UTC) From: "Brian Demers (JIRA)" To: dev@shiro.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Reopened] (SHIRO-599) Fix file encoding warnings during maven build and reporting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 04 Nov 2016 17:02:00 -0000 [ https://issues.apache.org/jira/browse/SHIRO-599?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Demers reopened SHIRO-599: -------------------------------- Assignee: Brian Demers > Fix file encoding warnings during maven build and reporting > ----------------------------------------------------------- > > Key: SHIRO-599 > URL: https://issues.apache.org/jira/browse/SHIRO-599 > Project: Shiro > Issue Type: Improvement > Reporter: Bj=C3=B6rn Raupach > Assignee: Brian Demers > Priority: Minor > > The maven build emits several warnings that the file encoding has not bee= n set. > bq. File encoding has not been set, using platform encoding UTF-8, i.e. b= uild is platform dependent! The file encoding for reports output files shou= ld be provided by the POM property ${project.reporting.outputEncoding}. > Not sure if all the files are actually in UTF-8. (lets hope). If they are= this issue is easy to fix. > Add two properties in the properties tag in shiro-root pom.xml > {code:xml} > UTF-8 > UTF-8 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)