<html>
<head>
<base href="https://cwiki.apache.org/confluence">
<link rel="stylesheet" href="/confluence/s/1810/9/1/_/styles/combined.css?spaceKey=DIRxDEV&forWysiwyg=true"
type="text/css">
</head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
<h2><a href="https://cwiki.apache.org/confluence/display/DIRxDEV/Releasing+ApacheDS+Manuals">Releasing
ApacheDS Manuals</a></h2>
<h4>Page <b>added</b> by <a href="https://cwiki.apache.org/confluence/display/~felixk">Felix
Knecht</a>
</h4>
<br/>
<div class="notificationGreySide">
<div class='panelMacro'><table class='warningMacro'><colgroup><col
width='24'><col></colgroup><tr><td valign='top'><img src="/confluence/images/icons/emoticons/forbidden.gif"
width="16" height="16" align="absmiddle" alt="" border="0"></td><td>This guide
is still under construction and not approved yet!</td></tr></table></div>
<div>
<ul>
<li><a href='#ReleasingApacheDSManuals-Introduction'>Introduction</a></li>
<li><a href='#ReleasingApacheDSManuals-ReleasingtheApacheDSManuals'>Releasing
the ApacheDS Manuals</a></li>
</ul></div>
<h2><a name="ReleasingApacheDSManuals-Introduction"></a>Introduction</h2>
<p>This will show you how to build and release the ApacheDS Manuals.</p>
<h2><a name="ReleasingApacheDSManuals-ReleasingtheApacheDSManuals"></a>Releasing
the ApacheDS Manuals</h2>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent
panelContent">
<pre>$ svn co https://svn.apache.org/repos/asf/directory/apacheds-manuals/trunk/ apacheds-manuals
$ cd apacheds-manuals
$ mvn -Prelease -DdryRun=true release:prepare # Dry-run first.
...
... Make sure the change made by the release plugin is correct!
...
$ mvn release:clean # Clean up the temporary files created by the dry-run.
$ mvn -Prelease release:prepare # Copy to tags directory.
$ mvn -Prelease release:perform # Upload the released artifacts to the maven repository.
$ mvn release:clean # Clean up the temporary files.
</pre>
</div></div>
</div>
<div id="commentsSection" class="wiki-content pageSection">
<div style="float: right;">
<a href="https://cwiki.apache.org/confluence/users/viewnotifications.action"
class="grey">Change Notification Preferences</a>
</div>
<a href="https://cwiki.apache.org/confluence/display/DIRxDEV/Releasing+ApacheDS+Manuals">View
Online</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|