mirror of https://github.com/apache/maven.git
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
This commit is contained in:
parent
9052c84f94
commit
8dd21f8db6
|
@ -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.
|
Loading…
Reference in New Issue