fixed content path

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia/trunk@1470825 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 61f2e80..8ce611a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@
           <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>