You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/09/14 13:58:02 UTC

svn commit: r695201 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: bentmann
Date: Sun Sep 14 04:58:01 2008
New Revision: 695201

URL: http://svn.apache.org/viewvc?rev=695201&view=rev
Log:
o Enabled cloning of IT projects to keep source tree clean

Modified:
    maven/plugins/trunk/maven-site-plugin/pom.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=695201&r1=695200&r2=695201&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Sun Sep 14 04:58:01 2008
@@ -164,6 +164,7 @@
             <artifactId>maven-invoker-plugin</artifactId>
             <configuration>
               <projectsDirectory>src/it</projectsDirectory>
+              <cloneProjectsTo>${project.build.directory}/it</cloneProjectsTo>
               <pomIncludes>
                 <pomInclude>*/pom.xml</pomInclude>
               </pomIncludes>