ropriedades do arquétipo do @Maven com valor padrão artifactID

Quero criar um arquétipo que use um parâmetro a ser criado ... porca, não sei se está certo um parâmetro feito dessa maneira:

<requiredProperties>
    <requiredProperty key="appName">
        <defaultValue>${artifactId}</defaultValue>
    </requiredProperty>
</requiredProperties>

Não está funcionando para mim ... eu tenho uma falha no teste de integração

[INFO] --- maven-archetype-plugin:2.0:integration-test (default-integration-test) @webapp-archetype ---
[ERROR] Archetype test.archetype:webapp-archetype:1.0-SNAPSHOT is not configured
    Property appName is missing.
org.apache.maven.archetype.exception.ArchetypeNotConfigured: Archetype test.archetype:webapp-archetype:1.0-SNAPSHOT is not configured
    Property appName is missing.

questionAnswers(1)

yourAnswerToTheQuestion