Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EEB5E18A65 for ; Fri, 6 Nov 2015 16:48:43 +0000 (UTC) Received: (qmail 714 invoked by uid 500); 6 Nov 2015 16:48:43 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 656 invoked by uid 500); 6 Nov 2015 16:48:43 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 647 invoked by uid 99); 6 Nov 2015 16:48:43 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Nov 2015 16:48:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A9D2BDFDD0; Fri, 6 Nov 2015 16:48:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dkulp@apache.org To: commits@cxf.apache.org Message-Id: <1b7388e940d04bb8a89ce499e899825c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cxf git commit: More pom/profile work Date: Fri, 6 Nov 2015 16:48:43 +0000 (UTC) Repository: cxf Updated Branches: refs/heads/master 57ac08948 -> 0d4cd0bbc More pom/profile work Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/0d4cd0bb Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/0d4cd0bb Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/0d4cd0bb Branch: refs/heads/master Commit: 0d4cd0bbcaa6a4f80552d6b38f2a5e721ab20de9 Parents: 57ac089 Author: Daniel Kulp Authored: Fri Nov 6 11:48:27 2015 -0500 Committer: Daniel Kulp Committed: Fri Nov 6 11:48:27 2015 -0500 ---------------------------------------------------------------------- parent/pom.xml | 45 +-------------------------------------------- pom.xml | 5 +++-- 2 files changed, 4 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/0d4cd0bb/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 84df93e..e678538 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -40,7 +40,7 @@ -Xlint:unchecked,deprecation,fallthrough,finally true once - + -Djavax.xml.accessExternalSchema=file ${basedir}/target/classes org.ow2.asm @@ -1801,49 +1801,6 @@ - jdk18 - - 1.8 - - - -Djavax.xml.accessExternalSchema=file - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - ${cxf.compile.show.deprecation} - true - ${cxf.compile.flags} - - - - org.apache.maven.plugins - maven-pmd-plugin - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - - -Xdoclint:none - - - - - - - - validateServices true http://git-wip-us.apache.org/repos/asf/cxf/blob/0d4cd0bb/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 13d8a70..e1fad1d 100644 --- a/pom.xml +++ b/pom.xml @@ -459,13 +459,14 @@ 2.10.3 true - 1.7 + ${cxf.jdk.version} true Apache CXF - 1.7 + ${cxf.jdk.version} UTF-8 false true + -Xdoclint:none