You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2013/04/23 05:43:10 UTC

svn commit: r1470804 - /maven/doxia/doxia/trunk/pom.xml

Author: hboutemy
Date: Tue Apr 23 03:43:10 2013
New Revision: 1470804

URL: http://svn.apache.org/r1470804
Log:
tweak svnpubsub checkoutDirectory to match complete Maven site structure

Modified:
    maven/doxia/doxia/trunk/pom.xml

Modified: maven/doxia/doxia/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/pom.xml?rev=1470804&r1=1470803&r2=1470804&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/pom.xml (original)
+++ maven/doxia/doxia/trunk/pom.xml Tue Apr 23 03:43:10 2013
@@ -341,7 +341,7 @@ under the License.
           <artifactId>maven-scm-publish-plugin</artifactId>
           <configuration>
             <content>${project.build.directory}/staging/${maven.site.path}</content>
-            <checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
+            <checkoutDirectory>${maven.site.cache}/doxia/${maven.site.path}</checkoutDirectory>
             <tryUpdate>true</tryUpdate>
           </configuration>
         </plugin>