You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by bu...@apache.org on 2016/06/03 04:48:24 UTC

svn commit: r989840 - in /websites/staging/commons/trunk/content: ./ site-publish.html

Author: buildbot
Date: Fri Jun  3 04:48:23 2016
New Revision: 989840

Log:
Staging update by buildbot for commons

Modified:
    websites/staging/commons/trunk/content/   (props changed)
    websites/staging/commons/trunk/content/site-publish.html

Propchange: websites/staging/commons/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Jun  3 04:48:23 2016
@@ -1 +1 @@
-1746666
+1746667

Modified: websites/staging/commons/trunk/content/site-publish.html
==============================================================================
--- websites/staging/commons/trunk/content/site-publish.html (original)
+++ websites/staging/commons/trunk/content/site-publish.html Fri Jun  3 04:48:23 2016
@@ -328,8 +328,7 @@
         To avoid deletion of previous apis javadocs or other static content, the pom needs some configuration:</p>
         
 <div>
-<pre>
-          &lt;plugin&gt;
+<pre>&lt;plugin&gt;
             &lt;groupId&gt;org.apache.maven.plugins&lt;/groupId&gt;
             &lt;artifactId&gt;maven-scm-publish-plugin&lt;/artifactId&gt;
             &lt;configuration&gt;
@@ -338,8 +337,7 @@
                 &lt;!-- other paths to ignore --&gt;
               &lt;/ignorePathsToDelete&gt;
             &lt;/configuration&gt;
-          &lt;/plugin&gt;
-          </pre></div>
+          &lt;/plugin&gt;</pre></div>
         
 <p>All declared paths won't be deleted from svn but rather have to be imported manually.</p>
     </div>