You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2021/11/06 15:04:37 UTC

svn commit: r1894779 - in /maven/doxia/website/components/doxia-sitetools: doxia-decoration-model/index.html doxia-integration-tools/index.html

Author: hboutemy
Date: Sat Nov  6 15:04:36 2021
New Revision: 1894779

Log:
update doc from Git without waiting for next release

Modified:
    maven/doxia/website/components/doxia-sitetools/doxia-decoration-model/index.html
    maven/doxia/website/components/doxia-sitetools/doxia-integration-tools/index.html

Modified: maven/doxia/website/components/doxia-sitetools/doxia-decoration-model/index.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools/doxia-decoration-model/index.html (original)
+++ maven/doxia/website/components/doxia-sitetools/doxia-decoration-model/index.html Sat Nov  6 15:04:36 2021
@@ -132,6 +132,8 @@
 <div class="section">
 <h3><a name="Inheritance"></a>Inheritance</h3>
 <p>Decoration model can be merged from a parent <tt>site.xml</tt> into a child <tt>site.xml</tt> using <tt>DecorationModelInheritanceAssembler</tt> (<a href="./apidocs/org/apache/maven/doxia/site/decoration/inheritance/DecorationModelInheritanceAssembler.html">javadoc</a>) with its <tt>DefaultDecorationModelInheritanceAssembler</tt> implementation (<a href="./xref/org/apache/maven/doxia/site/decoration/inheritance/DefaultDecorationModelInheritanceAssembler.html">source</a>).</p></div></div>
+<h3><a name="Interpolation"></a>Interpolation</h3>
+<p>Interpolation is not done here: see <a href="../doxia-integration-tools/"> Doxia Integration Tools</a> documentation for more details.</p></section></section>
         </div>
       </div>
     </div>

Modified: maven/doxia/website/components/doxia-sitetools/doxia-integration-tools/index.html
==============================================================================
--- maven/doxia/website/components/doxia-sitetools/doxia-integration-tools/index.html (original)
+++ maven/doxia/website/components/doxia-sitetools/doxia-integration-tools/index.html Sat Nov  6 15:04:36 2021
@@ -137,7 +137,7 @@ Hervé Boutemy" />
 <p>Interpolation can be <b>late</b> or <b>early</b>:</p>
 <ul>
 <li>with <b>late</b> interpolation, replacement happens <b>after</b> inheritance. This is the classical behaviour in Maven pom,</li>
-<li>with <b>early</b> interpolation, replacement happens <b>before</b> inheritance: this was the default behaviour for <tt>project.*</tt> values until Doxia Sitetools 1.7, when these early and late interpolation definitions didn't exist. Since Doxia Sitetools 1.7.1, early interpolation happens for <tt>this.*</tt> values.</li></ul>
+<li>with <b>early</b> interpolation, replacement happens <b>before</b> inheritance: this was the default behaviour for <code>project.*</code> values until Doxia Sitetools 1.7 (used in <a href="/plugins/maven-site-plugin/history.html"> Maven Site Plugin 3.5</a>), when these early and late interpolation definitions didn't exist. Since Doxia Sitetools 1.7.1 (used in <a href="/plugins/maven-site-plugin/history.html"> Maven Site Plugin 3.5.1</a>), early interpolation happens for <code>this.*</code> values.</li></ul>
 <p>Values are evaluated in sequence from different syntaxes:</p>
 <table border="1" class="table table-striped">
 <tr class="a">