You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/09/05 08:45:46 UTC

svn commit: r831181 [2/2] - in /websites/production/maventest/content/plugins/maven-scm-publish-plugin: ./ examples/

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/importing-maven-site.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/importing-maven-site.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/importing-maven-site.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Hervé Boutemy" />
         <meta name="Date-Creation-yyyymmdd" content="20120819" />
-    <meta name="Date-Revision-yyyymmdd" content="20120904" />
+    <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
         Importing maven.apache.org Content to Svn
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/multi-module-configuration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/multi-module-configuration.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/multi-module-configuration.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Olivier Lamy" />
         <meta name="Date-Creation-yyyymmdd" content="20120904" />
-    <meta name="Date-Revision-yyyymmdd" content="20120904" />
+    <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
         Maven Multi Module Configuration
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">
@@ -158,8 +158,8 @@
       <div id="contentBox">
         <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Maven Multi Module Configuration<a name="Maven_Multi_Module_Configuration"></a></h2><p>With a multi modules build you can not use: mvn site-deploy. You must stage your site first.</p><p>Cli to use: <b>mvn clean site site:stage-deploy scm-publish:publish-scm</b></p><div class="source"><pre>
   &lt;properties&gt;
-    &lt;siteContent.path&gt;${user.home}/my-site-deploy&lt;/siteContent.path&gt;
-    &lt;scmCheckout.path&gt;${user.home}/my-site-content&lt;/scmCheckout.path&gt;
+    &lt;siteContent.path&gt;${project.build.directory}/my-site-deploy&lt;/siteContent.path&gt;
+    &lt;scmCheckout.path&gt;${project.build.directory}/my-site-content&lt;/scmCheckout.path&gt;
     &lt;siteDeploy.url&gt;file://${siteContent.path}&lt;/siteDeploy.url&gt;
   &lt;/properties&gt;
 

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/examples/one-module-configuration.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
         <meta name="author" content="Olivier Lamy" />
         <meta name="Date-Creation-yyyymmdd" content="20120904" />
-    <meta name="Date-Revision-yyyymmdd" content="20120904" />
+    <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
         Maven Mono Module Configuration
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/help-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/help-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/help-mojo.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
     scm-publish:help
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/index.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/index.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/index.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Benson Margulies" />
         <meta name="Date-Creation-yyyymmdd" content="20120904" />
-    <meta name="Date-Revision-yyyymmdd" content="20120904" />
+    <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
         Introduction
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">
@@ -197,7 +197,7 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Maven SCM Publish Plugin<a name="Maven_SCM_Publish_Plugin"></a></h2><p>The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM. The primary goal was to have an utility plugin to allow Apache projects to publish Maven websites via the ASF svnpubsub system</p><p>In addition to SCM operations, it takes care to fix newline inconsistencies generated by <tt>maven-site-plugin</tt>, which prevents simple content import to SCM.</p><p>The plugin has been tested with git scm too and by example can push content for github pages too.</p></div><div class="section"><h2>Implementation<a name="Implementation"></a></h2><p>The plugin provides two goals: <b>prepare</b> and <b>publish</b>. (TODO: deprecated by new <b>publish-scm</b> goal, which does everything in one step) </p><p>The prepare goal checks out the contents of a directory from the SCM into (by default) <tt>target/scmpublish-checkout</tt>.
  It then lists the files known to the SCM and stores them in (by default) <tt>target/scmpublish-inventory.js</tt>. This provides the point of reference for an eventual SCM checkin. Then it deletes every files to let a clean place for site generation.</p><p>After running the prepare goal, the POM must run <tt>site</tt> phase then <tt>site:stage</tt> goal, with the <i>stagingDirectory</i> set to <tt>target/scmpublish-checkout</tt>.</p><p>Finally, the <b>publish</b> goal compares the output of <tt>site:stage</tt> with the inventory from the <b>prepare</b> goal, and issues appropriate SCM commands to add and delete, followed by a checkin.</p><p>The <i>scmpublish.dryRun</i> parameter to the <b>publish</b> goal avoids all SCM operations, and simply logs out the added, deleted, and changed files.</p><p>The <b>scmpublish.skipCheckin</b> parameter omits the final checkin. This allows you to visit <tt>target/scmpublish-checkout</tt>, and validate its contents before submitting to the 
 SCM.</p></div><div class="section"><h2>Publishing any content to SCM<a name="Publishing_any_content_to_SCM"></a></h2><p>Even without any pom.xml/Maven project, you can update SCM content with a local content:</p><div class="source"><pre>mvn scm-publish:publish-scm -Dscmpublish.pubScmUrl=scm:... -Dscmpublish.content=...path-to-content...</pre></div><p>SCM content will be checked-out to a temporary directory, then local content will be applied to the check-out, before it is checked-in back.</p><p>See <a href="./examples/importing-maven-site.html">maven.apache.org content import script</a> for an example.</p></div><div class="section"><h2>Known Limitations<a name="Known_Limitations"></a></h2><p>There are 2 known limitations:</p><ul><li>For svn the plugin can create the initial SCM directory if not exist. But for git by example if you use a branch the branch won't be created , you have to create it manually.</li><li>the plugin works well for multi-module websites publishing to a
  complete directory: you just need to publish <tt>mvn site:stage</tt> content. But if one module does not publish its content to the same directory (like Surefire or Enforcer, which have a base directory and one plugin in <tt>/plugins/</tt>), this staging area can't be simply imported,</li></ul></div><div class="section"><h2>Future Dreams<a name="Future_Dreams"></a></h2><p>Ideally, scm urls would be supported in <tt>&lt;distributionManagement</tt>&gt; section of the POM, then publishing would simply be <tt>mvn site-deploy</tt>, without any problems for non-flat multi-modules sites.</p><p>To reach such a dream, there are some steps:</p><ul><li>fix inconsistent newlines generated by <tt>maven-site-plugin</tt> (caused by site.vm template and resources taken from skin jar without fixing newlines)</li><li>improve <a href="/wagon/wagon-providers/wagon-scm/"><tt>wagon-scm</tt></a> to put a whole directory content in one commit, and not with one commit per file.</li></ul><p>Then thi
 s plugin will be outdated, replaced by natural <tt>maven-site-plugin</tt>.</p></div>
+        <!-- Licensed to the Apache Software Foundation (ASF) under one --><!-- or more contributor license agreements.  See the NOTICE file --><!-- distributed with this work for additional information --><!-- regarding copyright ownership.  The ASF licenses this file --><!-- to you under the Apache License, Version 2.0 (the --><!-- "License"); you may not use this file except in compliance --><!-- with the License.  You may obtain a copy of the License at --><!--  --><!-- http://www.apache.org/licenses/LICENSE-2.0 --><!--  --><!-- Unless required by applicable law or agreed to in writing, --><!-- software distributed under the License is distributed on an --><!-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --><!-- KIND, either express or implied.  See the License for the --><!-- specific language governing permissions and limitations --><!-- under the License. --><!-- NOTE: For help with the syntax of this file, see: --><!-- http://maven.apache.org/doxia/referen
 ces/apt-format.html --><div class="section"><h2>Maven SCM Publish Plugin<a name="Maven_SCM_Publish_Plugin"></a></h2><p>The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM. The primary goal was to have an utility plugin to allow Apache projects to publish Maven websites via the ASF svnpubsub system</p><p>In addition to SCM operations, it takes care to fix newline inconsistencies generated by <tt>maven-site-plugin</tt>, which prevents simple content import to SCM.</p><p>The plugin has been tested with git scm too and by example can push content for github pages too.</p></div><div class="section"><h2>Implementation<a name="Implementation"></a></h2><p>The plugin proceed to publish your website using the following steps.</p><p>The prepare phase checks out the contents of a directory from the SCM into (by default) <tt>target/scmpublish-checkout</tt>. It then lists the files known to the SCM and stores them in (by default) <tt>tar
 get/scmpublish-inventory.js</tt>. This provides the point of reference for an eventual SCM checkin. Then it deletes every files to let a clean place for site generation.</p><p>Finally, the publish phase compares the output of the generated site with the inventory from the prepare phase, and issues appropriate SCM commands to add and delete, followed by a checkin.</p><p>The <b>scmpublish.dryRun</b> parameter to the plugin avoids all SCM operations, and simply logs out the added, deleted, and changed files.</p><p>The <b>scmpublish.skipCheckin</b> parameter omits the final checkin. This allows you to visit <tt>target/scmpublish-checkout</tt>, and validate its contents before submitting to the SCM.</p></div><div class="section"><h2>Publishing any content to SCM<a name="Publishing_any_content_to_SCM"></a></h2><p>Even without any pom.xml/Maven project, you can update SCM content with a local content:</p><div class="source"><pre>mvn scm-publish:publish-scm -Dscmpublish.pubScmUrl=sc
 m:... -Dscmpublish.content=...path-to-content...</pre></div><p>SCM content will be checked-out to a temporary directory, then local content will be applied to the check-out, before it is checked-in back.</p><p>See <a href="./examples/importing-maven-site.html">maven.apache.org content import script</a> for an example.</p><p><b>See <a href="./various-tips.html">Some Tips</a>.</b></p></div><div class="section"><h2>Known Limitations<a name="Known_Limitations"></a></h2><p>There are 2 known limitations:</p><ul><li>For svn the plugin can create the initial SCM directory if not exist. But for git by example if you use a branch the branch won't be created , you have to create it manually.</li><li>the plugin works well for multi-module websites publishing to a complete directory: you just need to publish <tt>mvn site:stage</tt> content. But if one module does not publish its content to the same directory (like Surefire or Enforcer, which have a base directory and one plugin in <tt>/p
 lugins/</tt>), this staging area can't be simply imported,</li></ul></div><div class="section"><h2>Future Dreams<a name="Future_Dreams"></a></h2><p>Ideally, scm urls would be supported in <tt>&lt;distributionManagement</tt>&gt; section of the POM, then publishing would simply be <tt>mvn site-deploy</tt>, without any problems for non-flat multi-modules sites.</p><p>To reach such a dream, there are some steps:</p><ul><li>fix inconsistent newlines generated by <tt>maven-site-plugin</tt> (caused by site.vm template and resources taken from skin jar without fixing newlines)</li><li>improve <a href="/wagon/wagon-providers/wagon-scm/"><tt>wagon-scm</tt></a> to put a whole directory content in one commit, and not with one commit per file.</li></ul><p>Then this plugin will be outdated, replaced by natural <tt>maven-site-plugin</tt>.</p></div>
       </div>
     </div>
     <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/integration.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/integration.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/integration.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Continuous Integration
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/issue-tracking.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/issue-tracking.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/issue-tracking.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Issue Tracking
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/license.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/license.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/license.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Project License
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/mail-lists.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/mail-lists.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/mail-lists.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Project Mailing Lists
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugin-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugin-info.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugin-info.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Plugin Documentation
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugin-management.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugin-management.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugin-management.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Project Plugin Management
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugins.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugins.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/plugins.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Project Build Plugins
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/prepare-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/prepare-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/prepare-mojo.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
     scm-publish:prepare
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-info.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-info.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-info.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Project Information
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-reports.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-reports.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-reports.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Generated Reports
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-summary.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-summary.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/project-summary.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Project Summary
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/publish-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/publish-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/publish-mojo.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
     scm-publish:publish
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/publish-scm-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/publish-scm-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/publish-scm-mojo.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
     scm-publish:publish-scm
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/scmpublish-mojo.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/scmpublish-mojo.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/scmpublish-mojo.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -13,7 +13,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
     scm-publish:scmpublish
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/source-repository.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/source-repository.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/source-repository.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Source Repository
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/team-list.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/team-list.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/team-list.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20120904" />
+        <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -46,7 +46,7 @@
         Team list
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/usage.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/usage.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/usage.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Benson Margulies" />
         <meta name="Date-Creation-yyyymmdd" content="20120225" />
-    <meta name="Date-Revision-yyyymmdd" content="20120904" />
+    <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
         Usage
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">

Modified: websites/production/maventest/content/plugins/maven-scm-publish-plugin/various-tips.html
==============================================================================
--- websites/production/maventest/content/plugins/maven-scm-publish-plugin/various-tips.html (original)
+++ websites/production/maventest/content/plugins/maven-scm-publish-plugin/various-tips.html Wed Sep  5 06:45:45 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Sep 4, 2012
+ | Generated by Apache Maven Doxia at Sep 5, 2012
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
@@ -14,7 +14,7 @@
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
         <meta name="author" content="Olivier Lamy" />
         <meta name="Date-Creation-yyyymmdd" content="20120904" />
-    <meta name="Date-Revision-yyyymmdd" content="20120904" />
+    <meta name="Date-Revision-yyyymmdd" content="20120905" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
@@ -48,7 +48,7 @@
         Various Tips
         </div>
             <div class="xright">        
-                                    Last Published: 2012-09-04
+                                    Last Published: 2012-09-05
               &nbsp;| Version: 1.0-SNAPSHOT
             </div>
       <div class="clear">
@@ -184,9 +184,9 @@
         &lt;tryUpdate&gt;true&lt;/tryUpdate&gt;
       &lt;/configuration&gt;
     &lt;/plugin&gt;
-</pre></div><p>By defaut, the scm content is checkout/clone to ${project.build.directory}/scmpublish-checkout, so when running mvn clean all the content is deleted. You can configure a path to your machine. A recommended way is to use a property with a default as it your colleague will be able to override in their settings.</p><div class="source"><pre>    &lt;properties&gt;
+</pre></div><p>By defaut, the scm content is checkout/clone to ${project.build.directory}/scmpublish-checkout, so when running mvn clean all the content is deleted. You can configure a path to your machine to avoid full checkout. A recommended way is to use a property with a default as it your colleague will be able to override in their settings.</p><div class="source"><pre>    &lt;properties&gt;
       ...
-      &lt;scmPubCheckoutDirectory&gt;$\{user.home}/my-site-content-scm&lt;/scmPubCheckoutDirectory&gt;
+      &lt;scmPubCheckoutDirectory&gt;$\{project.build.directory}/my-site-content-scm&lt;/scmPubCheckoutDirectory&gt;
       ...
     &lt;/properties&gt;