ppalaga commented on a change in pull request #216: Remove
scaffold-integration-test.groovy
URL: https://github.com/apache/camel-quarkus/pull/216#discussion_r329746985
##########
File path: extensions/pom.xml
##########
@@ -71,7 +71,7 @@
<artifactId>quarkus-maven-plugin</artifactId>
<inherited>false</inherited>
<!-- Setting for stubbing new extensions via
- mvn quarkus:create-extension
groovy:execute@scaffold-integration-test -N
-Dquarkus.artifactIdBase=my-new-extension
+ mvn quarkus:create-extension -N
-Dquarkus.artifactIdBase=my-new-extension
Review comment:
Add to the configuration of quarkus-maven-plugin below :
`<itestParentPath>../integration-tests/pom.xml</itestParentPath>` - that will
activate the itest module generation.
----------------------------------------------------------------
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]
With regards,
Apache Git Services