blob: 3ad8401da23d5573ac3630d38478cefc54816537 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<title>SSHD Building &mdash; Apache MINA</title>
<link href="/assets/css/common.css" rel="stylesheet" type="text/css"/>
<link href="/assets/css/sshd.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<script src="https://www.apachecon.com/event-images/snippet.js"></script>
<div id="container">
<div id="header">
<div id="subProjectsNavBar">
<a href="/">
Apache MINA Project
</a>
&nbsp;|&nbsp;
<a href="/mina-project/">
MINA
</a>
&nbsp;|&nbsp;
<a href="/asyncweb-project/">
AsyncWeb
</a>
&nbsp;|&nbsp;
<a href="/ftpserver-project/">
FtpServer
</a>
&nbsp;|&nbsp;
<a href="/sshd-project/">
<strong>SSHD</strong>
</a>
&nbsp;|&nbsp;
<a href="/vysper-project/">
Vysper
</a>
</div>
</div>
<div id="content">
<div id="leftColumn">
<div id="navigation">
<a class="acevent" data-format="wide" data-width="170"></a>
<h5>Social Networks</h5>
<ul>
<li><a href="https://fosstodon.org/@apachemina">Apache MINA Mastodon</a></li>
</ul>
<h5>Overview</h5>
<ul>
<li><a href="/sshd-project/index.html">Home</a> </li>
<li><a href="/sshd-project/features.html">Features</a> </li>
<li><a href="/sshd-project/documentation.html">Documentation</a></li>
<li><a href="/sshd-project/downloads.html">Downloads</a></li>
<li><a href="/sshd-project/sources.html">Sources</a></li>
<li><a href="/sshd-project/faq.html">FAQ</a></li>
</ul>
<h5>Community</h5>
<ul>
<li><a href="/sshd-project/mailing_lists.html">Mailing Lists</a></li>
<li><a href="/sshd-project/getting_involved.html">Getting Involved</a></li>
<li><a href="/sshd-project/issue_tracking.html">Issue Tracking</a></li>
<li><a href="/sshd-project/contributors.html">Contributors</a></li>
<li><a href="https://www.apache.org/foundation/contributing.html">Contributing</a></li>
<li><a href="https://www.apache.org/licenses/">License</a></li>
<li><a href="https://www.apache.org/security/">Security</a></li>
</ul>
<h5>Sponsorship</h5>
<ul>
<li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a href="https://www.apache.org/">apache.org</a></li>
</ul>
</div>
</div>
<div id="rightColumn">
<h1 id="building-sshd">Building SSHD</h1>
<p>SSHD uses <a href="https://maven.apache.org/">Maven</a> as its build tool. If you don&rsquo;t fancy using Maven you can use your IDE directly or Download a distribution or JAR.</p>
<ul>
<li>
<p>Download and <a href="https://maven.apache.org/download.html#Installation">install Maven</a>.</p>
</li>
<li>
<p>Get the latest code from <a href="sources.html">Git</a></p>
</li>
<li>
<p>Build the code with the following command</p>
<pre><code> mvn clean install
</code></pre>
</li>
</ul>
</div>
<div id="endContent"></div>
</div>
<div id="footer">
&copy; 2003-2024, <a href="https://www.apache.org">The Apache Software Foundation</a> - <a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy Policy</a><br />
Apache MINA, MINA, Apache Vysper, Vysper, Apache SSHd, SSHd, Apache FtpServer, FtpServer, Apache AsyncWeb, AsyncWeb,
Apache, the Apache feather logo, and the Apache Mina project logos are trademarks of The Apache Software Foundation.
</div>
</div>
</body>
</html>