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 AF14C200C16 for ; Wed, 25 Jan 2017 23:41:49 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id ADF94160B5D; Wed, 25 Jan 2017 22:41:49 +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 15E62160B3D for ; Wed, 25 Jan 2017 23:41:48 +0100 (CET) Received: (qmail 25664 invoked by uid 500); 25 Jan 2017 22:41:47 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 24170 invoked by uid 99); 25 Jan 2017 22:41:46 -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; Wed, 25 Jan 2017 22:41:46 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 31551F4049; Wed, 25 Jan 2017 22:41:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: schulte@apache.org To: commits@maven.apache.org Date: Wed, 25 Jan 2017 22:42:06 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [22/34] maven git commit: point to our documentation on plugins dependencies upgrade archived-at: Wed, 25 Jan 2017 22:41:49 -0000 point to our documentation on plugins dependencies upgrade Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/cfbad56f Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/cfbad56f Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/cfbad56f Branch: refs/heads/MNG-5958-IT Commit: cfbad56f65b9d664c7967122b76a5389931080f8 Parents: 84085c0 Author: Hervé Boutemy Authored: Sun May 29 09:55:54 2016 +0200 Committer: Hervé Boutemy Committed: Tue Jan 24 23:50:10 2017 +0100 ---------------------------------------------------------------------- maven-compat/src/site/apt/index.apt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/cfbad56f/maven-compat/src/site/apt/index.apt ---------------------------------------------------------------------- diff --git a/maven-compat/src/site/apt/index.apt b/maven-compat/src/site/apt/index.apt new file mode 100644 index 0000000..a288cdc --- /dev/null +++ b/maven-compat/src/site/apt/index.apt @@ -0,0 +1,32 @@ +~~ Licensed to the Apache Software Foundation (ASF) under one +~~ or more contributor license agreements. See the NOTICE file +~~ distributed with this work for additional information +~~ regarding copyright ownership. The ASF licenses this file +~~ to you under the Apache License, Version 2.0 (the +~~ "License"); you may not use this file except in compliance +~~ with the License. You may obtain a copy of the License at +~~ +~~ http://www.apache.org/licenses/LICENSE-2.0 +~~ +~~ Unless required by applicable law or agreed to in writing, +~~ software distributed under the License is distributed on an +~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +~~ KIND, either express or implied. See the License for the +~~ specific language governing permissions and limitations +~~ under the License. + + ----- + Introduction + ----- + Hervé Boutemy + ----- + 2016-05-29 + ----- + +Maven Compat + + Maven2 classes maintained as compatibility layer for plugins that need to keep Maven2 compatibility. + + Plugins should avoid these classes and be updated to use only Maven3 dependencies (and require Maven3): see + {{{https://cwiki.apache.org/confluence/display/MAVEN/Plugin+migration+to+Maven3+dependencies} Plugin migration to Maven3 dependencies}} + documentation to get hints on how to make the update.