Author: buildbot
Date: Wed Dec 18 23:54:24 2013
New Revision: 890976
Log:
Staging update by buildbot for jspwiki
Modified:
websites/staging/jspwiki/trunk/content/ (props changed)
websites/staging/jspwiki/trunk/content/ppmc/how_to_release.html
Propchange: websites/staging/jspwiki/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Dec 18 23:54:24 2013
@@ -1 +1 @@
-1552167
+1552168
Modified: websites/staging/jspwiki/trunk/content/ppmc/how_to_release.html
==============================================================================
--- websites/staging/jspwiki/trunk/content/ppmc/how_to_release.html (original)
+++ websites/staging/jspwiki/trunk/content/ppmc/how_to_release.html Wed Dec 18
23:54:24 2013
@@ -329,10 +329,12 @@ changes on the front page of the site</p
</li>
<li>
<p><code>mvn release:prepare</code> doesn't find svn credentials</p>
-<p>On your settings.xml file you should have one <server /> entry for each of
the following ones:
-<em> <code>apache.snapshots.https</code>: to be able to deploy snapshots
-</em> <code>apache.releases.https</code>: to be able to deploy releases
-* <code>svn.apache.org</code>: to be able to create tags</p>
+<p>On your settings.xml file you should have one <server /> entry for each of
the following ones:</p>
+<ul>
+<li><code>apache.snapshots.https</code>: to be able to deploy snapshots</li>
+<li><code>apache.releases.https</code>: to be able to deploy releases</li>
+<li><code>svn.apache.org</code>: to be able to create tags</li>
+</ul>
<p>Alternatively, for the last one, you could pass -Dusername=[username]
-Dpassword=[password] to the mvn command
(source: <a
href="http://stackoverflow.com/q/1255593">http://stackoverflow.com/q/1255593</a>)</p>
</li>