ppalaga commented on a change in pull request #1151:
URL: https://github.com/apache/camel-quarkus/pull/1151#discussion_r415628694
##########
File path: tooling/create-extension-templates/parent-pom.xml
##########
@@ -23,9 +23,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.camel.quarkus</groupId>
- <artifactId>camel-quarkus-build-parent</artifactId>
+ <artifactId>camel-quarkus-build-parent-it</artifactId>
<version>[=version]</version>
- <relativePath>../../poms/build-parent/pom.xml</relativePath>
+ <relativePath>../../poms/build-parent-it/pom.xml</relativePath>
Review comment:
> having a structure similar to the the final directory layout could
help a little
That's probably doable if the config of the `create-extension` mojo is
adjusted too.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]