Author: jvanzyl
Date: Mon Dec 15 09:45:10 2008
New Revision: 726743
URL: http://svn.apache.org/viewvc?rev=726743&view=rev
Log:
o making a note about the PathTranslator
Modified:
maven/components/trunk/maven-compat/compatibility.cfl
Modified: maven/components/trunk/maven-compat/compatibility.cfl
URL:
http://svn.apache.org/viewvc/maven/components/trunk/maven-compat/compatibility.cfl?rev=726743&r1=726742&r2=726743&view=diff
==============================================================================
--- maven/components/trunk/maven-compat/compatibility.cfl (original)
+++ maven/components/trunk/maven-compat/compatibility.cfl Mon Dec 15 09:45:10
2008
@@ -4,9 +4,12 @@
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
+*
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.
+h2. Maven Help Plugin
+* org.apache.maven.project.path.PathTranslator: used as a parameter in the
EvaluateMojo. The path translator has been replaced the model builder
+ and PomTransformer.
h1. Affected Components & Classes