From b54e4f963868004ed8b52d8e8ded137de50a7b16 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Mon, 8 Feb 2016 13:27:08 +0100 Subject: [PATCH] =?UTF-8?q?Fix=20typo=20(enablePlugis=20=E2=86=92=20enable?= =?UTF-8?q?Plugins)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was introduced in 78611a323cf8177791ea9469ad162e5a603d8678. --- archetypes/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archetypes/index.html b/archetypes/index.html index f07c1da49..45f77ed49 100644 --- a/archetypes/index.html +++ b/archetypes/index.html @@ -231,7 +231,7 @@

Java Command Line ApplicationΒΆ

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 enablePlugins(JavaAppPackaging) with enablePlugis(JavaServerAppPackaging).

+immediately upon startup. To activate this archetype replace enablePlugins(JavaAppPackaging) with enablePlugins(JavaServerAppPackaging).

The Java Server archetype has a similar installation layout as the java application archetype. The primary differences are: