You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/04/01 22:05:50 UTC

svn commit: r1737429 - in /maven/plugins/trunk/maven-site-plugin: pom.xml src/it/inheritance-interpolation/repo-parent/src/site/site.xml

Author: hboutemy
Date: Fri Apr  1 20:05:50 2016
New Revision: 1737429

URL: http://svn.apache.org/viewvc?rev=1737429&view=rev
Log:
[MSITE-769] add support for site.xml early interpolation as ${this.*}

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.xml
    maven/plugins/trunk/maven-site-plugin/src/it/inheritance-interpolation/repo-parent/src/site/site.xml

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=1737429&r1=1737428&r2=1737429&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Fri Apr  1 20:05:50 2016
@@ -191,7 +191,7 @@ under the License.
 
   <properties>
     <doxiaVersion>1.7</doxiaVersion>
-    <doxiaSitetoolsVersion>1.7</doxiaSitetoolsVersion>
+    <doxiaSitetoolsVersion>1.7.1-SNAPSHOT</doxiaSitetoolsVersion>
     <mavenVersion>3.0</mavenVersion>
     <prerequisiteMavenVersion>2.2.1</prerequisiteMavenVersion>
     <wagonVersion>1.0</wagonVersion>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/inheritance-interpolation/repo-parent/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/inheritance-interpolation/repo-parent/src/site/site.xml?rev=1737429&r1=1737428&r2=1737429&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/inheritance-interpolation/repo-parent/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/inheritance-interpolation/repo-parent/src/site/site.xml Fri Apr  1 20:05:50 2016
@@ -29,6 +29,7 @@ under the License.
   <body>
     <breadcrumbs>
       <item name="Maven"  href="http://maven.apache.org/index.html" />
+      <item name="${this.name}" href="http://maven.apache.org/${this.artifactId}" />
     </breadcrumbs>
   </body>
 </project>