slawekjaranowski commented on code in PR #113: URL: https://github.com/apache/maven-archetype/pull/113#discussion_r2078546798
########## maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/CreateArchetypeFromProjectMojo.java: ########## @@ -210,7 +210,7 @@ public class CreateArchetypeFromProjectMojo /** * The directory where the archetype should be created. */ - @Parameter( defaultValue = "${project.build.directory}/generated-sources/archetype" ) + @Parameter( defaultValue = "${project.build.directory}/generated-sources/archetype", property = "outputDirectory" ) Review Comment: ok, we have the same property in generate mojo -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org