archetype:remove-languages

Remove one or more language directories from the registry. The registered language directories are used to discriminate packaging directories from unpackaged ones based on their name during create-from-project.

Mojo Attributes :

    Optional Parameters

    Name Type Description
    archetypeRegistryFile File The location of the registry file.
    archetypeRegistryManager ArchetypeRegistryManager No description.
    language String The language directory to remove from the registry.

    This option is mutually exclusive with language directories.
    languages String The language directories to remove from the registry: lang1,lang2,...

    This option is mutually exclusive with language directory.

    Parameter Details

    archetypeRegistryFile

    The location of the registry file.

    • Type : java.io.File
    • Required : No
    • Expression : ${user.home}/.m2/archetype.xml

    archetypeRegistryManager

    No Description.

    • Type : org.apache.maven.archetype.common.ArchetypeRegistryManager
    • Required : No

    language

    The language directory to remove from the registry.

    This option is mutually exclusive with language directories.

    • Type : java.lang.String
    • Required : No
    • Expression : ${language}

    languages

    The language directories to remove from the registry: lang1,lang2,...

    This option is mutually exclusive with language directory.

    • Type : java.lang.String
    • Required : No
    • Expression : ${languages}