diff --git a/src/sphinx/archetypes/java_app/my-first-project.rst b/src/sphinx/archetypes/java_app/my-first-project.rst index 1ee4ad4c5..7582c1987 100644 --- a/src/sphinx/archetypes/java_app/my-first-project.rst +++ b/src/sphinx/archetypes/java_app/my-first-project.rst @@ -153,7 +153,7 @@ We can generate other packages via the following tasks. Here's a complete list * ``debian:packageBin`` - Generates a deb * ``docker:publishLocal`` - Builds a Docker image using the local Docker server * ``rpm:packageBin`` - Generates an rpm -* ``universal::packageOsxDmg`` - Generates a DMG file with the same contents as the universal zip/tgz. +* ``universal:packageOsxDmg`` - Generates a DMG file with the same contents as the universal zip/tgz. * ``windows:packageBin`` - Generates an MSI While we only covered the necessary configuration for ``debian``, each package type beyond ``universal`` requires some additional