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/22 23:35:00 UTC

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

Author: olamy
Date: Sat Aug 22 21:34:58 2009
New Revision: 806897

URL: http://svn.apache.org/viewvc?rev=806897&view=rev
Log:
don't deploy site to java.io.tmpdir in the it as it's never cleaned and can cause issue on solaris with multi users.

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

Modified: maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml?rev=806897&r1=806896&r2=806897&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/MSITE-265/pom.xml Sat Aug 22 21:34:58 2009
@@ -46,7 +46,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.1.2</version>
         <reportSets>
           <reportSet>
             <reports>

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=806897&r1=806896&r2=806897&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 21:34:58 2009
@@ -28,7 +28,7 @@
     <site>
       <id>msite-304</id>
       <name>Example company web server</name>
-      <url>file://${java.io.tmpdir}/www.example.com/parent</url>
+      <url>file://${project.build.directory}/www.example.com/parent</url>
     </site>
   </distributionManagement>
   <modules>
@@ -51,7 +51,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.1.2</version>
         <reportSets>
           <reportSet>
             <reports>