From cfbad56f65b9d664c7967122b76a5389931080f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Boutemy?= Date: Sun, 29 May 2016 09:55:54 +0200 Subject: [PATCH] point to our documentation on plugins dependencies upgrade --- maven-compat/src/site/apt/index.apt | 32 +++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 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 0000000000..a288cdcc3d --- /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.