Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo (enablePlugis → enablePlugins) #739

Merged
merged 1 commit into from
Feb 8, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions archetypes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h2>Java Command Line Application<a class="headerlink" href="#java-command-line-
<h2>Java Server<a class="headerlink" href="#java-server" title="Permalink to this headline">¶</a></h2>
<p>This archetype is designed for Java applications that are intended to run as
servers or services. This archetype includes wiring an application to start
immediately upon startup. To activate this archetype replace <tt class="docutils literal"><span class="pre">enablePlugins(JavaAppPackaging)</span></tt> with <tt class="docutils literal"><span class="pre">enablePlugis(JavaServerAppPackaging)</span></tt>.</p>
immediately upon startup. To activate this archetype replace <tt class="docutils literal"><span class="pre">enablePlugins(JavaAppPackaging)</span></tt> with <tt class="docutils literal"><span class="pre">enablePlugins(JavaServerAppPackaging)</span></tt>.</p>
<p>The Java Server archetype has a similar installation layout as the java
application archetype. The primary differences are:</p>
<ul class="simple">
Expand Down Expand Up @@ -303,4 +303,4 @@ <h2>Akka Microkernel Application<a class="headerlink" href="#akka-microkernel-ap
</div>
</footer>
</body>
</html>
</html>