From 8dd21f8db6b044d7fcf26a3a7bad437f013d3e05 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sun, 30 Nov 2008 19:38:09 +0000 Subject: [PATCH] o transfer notes about compatibility to a confluence document, we'll eventually use idiom to generate the new site. no more site plugin for me. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@721877 13f79535-47bb-0310-9956-ffa450edef68 --- maven-compat/compatibility.cfl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 maven-compat/compatibility.cfl diff --git a/maven-compat/compatibility.cfl b/maven-compat/compatibility.cfl new file mode 100644 index 0000000000..6e4e4ee369 --- /dev/null +++ b/maven-compat/compatibility.cfl @@ -0,0 +1,9 @@ +This document outlines some of the steps that are being taken to ensure as much backward compatibility with tools and plugins +that are currently written against Maven 2.0.x. + +h1. Affected Plugins + +h2. Maven Remote Resources Plugin +* org.apache.maven.project.inheritance.ModelInheritanceAssembler.assembleModelInheritance: used to walk the POMs to find out all the license information. This + functionality has been superceded by the model properties-based system for POM construction. We provide the same functionality using the model + properties-based system but have just placed the component as-is in the maven-compat package to ensure the default lifecycle functions. \ No newline at end of file