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 2009/08/23 00:23:28 UTC

svn commit: r806902 - /maven/plugins/trunk/maven-site-plugin/src/it/MSITE-304/pom.xml

Author: olamy
Date: Sat Aug 22 22:23:28 2009
New Revision: 806902

URL: http://svn.apache.org/viewvc?rev=806902&view=rev
Log:
revert previous commit : restore use of java.io.tmpdir for staging in it test. (it breaks if using something else : to investigate later)

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

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-304/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-304/pom.xml?rev=806902&r1=806901&r2=806902&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-304/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-304/pom.xml Sat Aug 22 22:23:28 2009
@@ -28,7 +28,7 @@
     <site>
       <id>msite-304</id>
       <name>Example company web server</name>
-      <url>file://${project.build.directory}/www.example.com/parent</url>
+      <url>file://${java.io.tmpdir}/www.example.com/parent</url>
     </site>
   </distributionManagement>
   <modules>