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 04:48:11 UTC

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

Author: ggregory
Date: Fri Jun  3 04:48:11 2016
New Revision: 1746667

URL: http://svn.apache.org/viewvc?rev=1746667&view=rev
Log:
Remove extra blank lines from 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=1746667&r1=1746666&r2=1746667&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/site-publish.xml (original)
+++ commons/cms-site/trunk/content/xdoc/site-publish.xml Fri Jun  3 04:48:11 2016
@@ -96,8 +96,7 @@
       <p>
         The maven-scm-publish-plugin will delete any content not generated by the Maven site plugin.
         To avoid deletion of previous apis javadocs or other static content, the pom needs some configuration:</p>
-        <pre><![CDATA[
-          <plugin>
+        <pre><![CDATA[<plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-scm-publish-plugin</artifactId>
             <configuration>
@@ -106,8 +105,7 @@
                 <!-- other paths to ignore -->
               </ignorePathsToDelete>
             </configuration>
-          </plugin>
-          ]]></pre>
+          </plugin>]]></pre>
         <p>All declared paths won't be deleted from svn but rather have to be imported manually.</p>
     </subsection>
   </section>