Author: michaelo
Date: Mon Dec  9 11:35:37 2013
New Revision: 1549556

URL: http://svn.apache.org/r1549556
Log:
Correct <content> value of scm publish to publish-scm goal.

Modified:
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1549556&r1=1549555&r2=1549556&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Mon Dec  9 11:35:37 2013
@@ -106,7 +106,7 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-scm-publish-plugin</artifactId>
           <configuration>
-            <content>${project.reporting.outputDirectory}</content>
+            
<content>${project.build.directory}/staging/${maven.site.path}</content>
             
<pubScmUrl>scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/${maven.site.path}</pubScmUrl>
             
<checkoutDirectory>${maven.site.cache}/${maven.site.path}</checkoutDirectory>
             <tryUpdate>true</tryUpdate>


Reply via email to