You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/03/20 23:37:50 UTC

svn commit: r1083605 - /maven/plugins/branches/MSITE-560/src/it/MSITE-312/child/pom.xml

Author: olamy
Date: Sun Mar 20 22:37:50 2011
New Revision: 1083605

URL: http://svn.apache.org/viewvc?rev=1083605&view=rev
Log:
merge -r 1083383:1083382 https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-site-plugin

Modified:
    maven/plugins/branches/MSITE-560/src/it/MSITE-312/child/pom.xml

Modified: maven/plugins/branches/MSITE-560/src/it/MSITE-312/child/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/MSITE-560/src/it/MSITE-312/child/pom.xml?rev=1083605&r1=1083604&r2=1083605&view=diff
==============================================================================
--- maven/plugins/branches/MSITE-560/src/it/MSITE-312/child/pom.xml (original)
+++ maven/plugins/branches/MSITE-560/src/it/MSITE-312/child/pom.xml Sun Mar 20 22:37:50 2011
@@ -12,6 +12,9 @@
   <artifactId>child</artifactId>
 
   <name>Child</name>
+  <!-- necessary even though it's equivalent to the default value
+        because m2 does not append the slash in the end, which makes the relative links go boing -->
+  <url>http://example.com/parent/child/</url>
 
   <properties>
     <childprop>child</childprop>