You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2016/06/03 02:27:27 UTC

svn commit: r1746662 - /commons/cms-site/trunk/content/xdoc/site-publish.xml

Author: ggregory
Date: Fri Jun  3 02:27:26 2016
New Revision: 1746662

URL: http://svn.apache.org/viewvc?rev=1746662&view=rev
Log:
Remove extra line in pre elements.

Modified:
    commons/cms-site/trunk/content/xdoc/site-publish.xml

Modified: commons/cms-site/trunk/content/xdoc/site-publish.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/site-publish.xml?rev=1746662&r1=1746661&r2=1746662&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/site-publish.xml (original)
+++ commons/cms-site/trunk/content/xdoc/site-publish.xml Fri Jun  3 02:27:26 2016
@@ -71,12 +71,10 @@
       fails, you can commit the changes manually.</p>
     <p>In order to publish the site of a single module project use</p>
     <pre>
-      mvn clean site-deploy
-    </pre>
+      mvn clean site-deploy</pre>
     <p>and for a multi modules project use</p>
     <pre>
-      mvn clean site site:stage scm-publish:publish-scm
-    </pre>
+      mvn clean site site:stage scm-publish:publish-scm</pre>
     <p>
     The site can also be built locally and checked into the appropriate location manually.
     </p>