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

svn commit: r1083383 - /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-312/child/pom.xml

Author: ltheussl
Date: Sun Mar 20 09:36:40 2011
New Revision: 1083383

URL: http://svn.apache.org/viewvc?rev=1083383&view=rev
Log:
remove hack, URIPathDescriptor handles this correctly now (r1083380)

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/MSITE-312/child/pom.xml

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-312/child/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-312/child/pom.xml?rev=1083383&r1=1083382&r2=1083383&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-312/child/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-312/child/pom.xml Sun Mar 20 09:36:40 2011
@@ -12,9 +12,6 @@
   <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>