Luke Kynaston created ARCHETYPE-662: ---------------------------------------
Summary: Respect the default properties set in archetype-metadata.xml when generating projects for IT testing Key: ARCHETYPE-662 URL: https://issues.apache.org/jira/browse/ARCHETYPE-662 Project: Maven Archetype Issue Type: Bug Reporter: Luke Kynaston Dear devs, I’ve been creating IT tests for a maven archetype by following the guide here: [https://maven.apache.org/archetype/maven-archetype-plugin/integration-test-mojo.html] I've noticed that when the archetype is generated for testing this way, the default properties defined in the archetype-metadata.xml aren’t respected, and that we need to re-define the IT project properties in the archetype.properties file. The problem with this is that we aren’t generating the project during testing in the same way that our users are generating the project, and will have no confidence that the tests catch issues with said default properties, or the velocity expressions used within. Do you think the dev community here will be willing to address this and allow the IT tests to respect these properties? Kind regards, Luke -- This message was sent by Atlassian Jira (v8.20.10#820010)