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 07C0B200C1B for ; Tue, 14 Feb 2017 22:26:02 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 064FF160B78; Tue, 14 Feb 2017 21:26:02 +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 53F3B160B45 for ; Tue, 14 Feb 2017 22:26:01 +0100 (CET) Received: (qmail 13448 invoked by uid 500); 14 Feb 2017 21:26:00 -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 13432 invoked by uid 99); 14 Feb 2017 21:26:00 -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; Tue, 14 Feb 2017 21:26:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 699EEE0A2C; Tue, 14 Feb 2017 21:26:00 +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 Date: Tue, 14 Feb 2017 21:26:00 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [01/10] cxf git commit: Remove some plugins that aren't needed and cause issues archived-at: Tue, 14 Feb 2017 21:26:02 -0000 Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 759310223 -> c5069325b Remove some plugins that aren't needed and cause issues Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/6669f844 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/6669f844 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/6669f844 Branch: refs/heads/3.1.x-fixes Commit: 6669f84431bc34f2664d3a7f0e7b7cc972ab0971 Parents: 7593102 Author: Daniel Kulp Authored: Mon Jan 30 10:28:22 2017 -0500 Committer: Daniel Kulp Committed: Tue Feb 14 09:49:04 2017 -0500 ---------------------------------------------------------------------- rt/rs/security/oauth-parent/oauth2/pom.xml | 14 -------------- rt/rs/security/sso/oidc/pom.xml | 14 -------------- 2 files changed, 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/6669f844/rt/rs/security/oauth-parent/oauth2/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/oauth-parent/oauth2/pom.xml b/rt/rs/security/oauth-parent/oauth2/pom.xml index 2bfdbac..bf7cb6b 100644 --- a/rt/rs/security/oauth-parent/oauth2/pom.xml +++ b/rt/rs/security/oauth-parent/oauth2/pom.xml @@ -236,20 +236,6 @@ - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - verify - - jar-no-fork - - - - http://git-wip-us.apache.org/repos/asf/cxf/blob/6669f844/rt/rs/security/sso/oidc/pom.xml ---------------------------------------------------------------------- diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml index b7e35ce..ac4400c 100644 --- a/rt/rs/security/sso/oidc/pom.xml +++ b/rt/rs/security/sso/oidc/pom.xml @@ -179,20 +179,6 @@ - - org.apache.maven.plugins - maven-source-plugin - 3.0.1 - - - attach-sources - verify - - jar-no-fork - - - -