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 66465200C47 for ; Thu, 16 Mar 2017 00:19:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 64D10160B7C; Wed, 15 Mar 2017 23:19:22 +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 8902D160B78 for ; Thu, 16 Mar 2017 00:19:21 +0100 (CET) Received: (qmail 73608 invoked by uid 500); 15 Mar 2017 23:19:20 -0000 Mailing-List: contact commits-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Development" Delivered-To: mailing list commits@myfaces.apache.org Received: (qmail 73594 invoked by uid 99); 15 Mar 2017 23:19:20 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Mar 2017 23:19:20 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 6C93D3A0565 for ; Wed, 15 Mar 2017 23:19:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1787112 - in /myfaces/core/branches/2.3.x: api/pom.xml bundle/pom.xml impl/pom.xml parent/pom.xml Date: Wed, 15 Mar 2017 23:19:17 -0000 To: commits@myfaces.apache.org From: lu4242@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170315231918.6C93D3A0565@svn01-us-west.apache.org> archived-at: Wed, 15 Mar 2017 23:19:22 -0000 Author: lu4242 Date: Wed Mar 15 23:19:17 2017 New Revision: 1787112 URL: http://svn.apache.org/viewvc?rev=1787112&view=rev Log: MYFACES-4104 Update plugins to compile java 8 code in JSF 2.3 branch Modified: myfaces/core/branches/2.3.x/api/pom.xml myfaces/core/branches/2.3.x/bundle/pom.xml myfaces/core/branches/2.3.x/impl/pom.xml myfaces/core/branches/2.3.x/parent/pom.xml Modified: myfaces/core/branches/2.3.x/api/pom.xml URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/api/pom.xml?rev=1787112&r1=1787111&r2=1787112&view=diff ============================================================================== --- myfaces/core/branches/2.3.x/api/pom.xml (original) +++ myfaces/core/branches/2.3.x/api/pom.xml Wed Mar 15 23:19:17 2017 @@ -104,6 +104,14 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + javax/faces/component/**/*.java + + + myfaces-javascript-plugin @@ -386,7 +394,6 @@ org.apache.felix maven-bundle-plugin - 2.5.3 bundle-manifest @@ -510,7 +517,7 @@ org.glassfish javax.faces - 2.3.0-m09 + 2.3.0-m11 Modified: myfaces/core/branches/2.3.x/bundle/pom.xml URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/bundle/pom.xml?rev=1787112&r1=1787111&r2=1787112&view=diff ============================================================================== --- myfaces/core/branches/2.3.x/bundle/pom.xml (original) +++ myfaces/core/branches/2.3.x/bundle/pom.xml Wed Mar 15 23:19:17 2017 @@ -41,7 +41,6 @@ org.apache.felix maven-bundle-plugin - 2.5.3 true Modified: myfaces/core/branches/2.3.x/impl/pom.xml URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/impl/pom.xml?rev=1787112&r1=1787111&r2=1787112&view=diff ============================================================================== --- myfaces/core/branches/2.3.x/impl/pom.xml (original) +++ myfaces/core/branches/2.3.x/impl/pom.xml Wed Mar 15 23:19:17 2017 @@ -111,6 +111,20 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + + org/apache/myfaces/push/WebsocketComponent.java, + org/apache/myfaces/push/WebsocketInit.java, + org/apache/myfaces/taglib/core/*, + org/apache/myfaces/taglib/html/*, + org/apache/myfaces/view/facelets/component/JsfElement.java, + org/apache/myfaces/webapp/WebConfigParamsLogger.java + + + org.apache.myfaces.buildtools @@ -719,7 +733,6 @@ org.apache.felix maven-bundle-plugin - 2.1.0 bundle-manifest Modified: myfaces/core/branches/2.3.x/parent/pom.xml URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.3.x/parent/pom.xml?rev=1787112&r1=1787111&r2=1787112&view=diff ============================================================================== --- myfaces/core/branches/2.3.x/parent/pom.xml (original) +++ myfaces/core/branches/2.3.x/parent/pom.xml Wed Mar 15 23:19:17 2017 @@ -81,6 +81,7 @@ --> org.apache.maven.plugins maven-checkstyle-plugin + 2.17 verify-style @@ -158,7 +159,7 @@ org.apache.maven.plugins maven-shade-plugin - 1.3.3 + 2.4.3 @@ -168,6 +169,12 @@ + org.apache.felix + maven-bundle-plugin + 2.5.4 + + + org.apache.maven.plugins maven-idea-plugin 2.1