You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by hb...@apache.org on 2015/12/27 14:21:14 UTC

svn commit: r976492 - /websites/production/maven/components/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html

Author: hboutemy
Date: Sun Dec 27 13:21:14 2015
New Revision: 976492

Log:
fixed generated HTML from release (source already fixed in svn)

Modified:
    websites/production/maven/components/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html

Modified: websites/production/maven/components/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html
==============================================================================
--- websites/production/maven/components/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html (original)
+++ websites/production/maven/components/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html Sun Dec 27 13:21:14 2015
@@ -186,7 +186,7 @@ Hervé Boutemy" />
       <artifactId>maven-scm-publish-plugin</artifactId>
       <version>1.1</version>
       <configuration>
-        <content>/home/herve/projets/maven/trunks/plugins/maven-scm-publish-plugin/target/checkout/target/site</content><!-- mono-module doesn't require site:stage -->
+        <content>${project.reporting.outputDirectory}</content><!-- mono-module doesn't require site:stage -->
       </configuration>
       <executions>
         <execution>