Author: hboutemy Date: Tue Apr 23 06:33:01 2013 New Revision: 1470825 URL: http://svn.apache.org/r1470825 Log: fixed content path
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=1470825&r1=1470824&r2=1470825&view=diff ============================================================================== --- maven/doxia/doxia/trunk/pom.xml (original) +++ maven/doxia/doxia/trunk/pom.xml Tue Apr 23 06:33:01 2013 @@ -340,7 +340,7 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-scm-publish-plugin</artifactId> <configuration> - <content>${project.build.directory}/staging/${maven.site.path}</content> + <content>${project.build.directory}/staging</content> <checkoutDirectory>${maven.site.cache}/doxia/${maven.site.path}</checkoutDirectory> <tryUpdate>true</tryUpdate> </configuration>