ottlinger commented on code in PR #215:
URL: https://github.com/apache/creadur-whisker/pull/215#discussion_r1899098857


##########
apache-whisker-maven-plugin/pom.xml:
##########
@@ -127,6 +135,7 @@
       <plugin>
         <artifactId>maven-invoker-plugin</artifactId>
         <configuration>
+          <goal>-X</goal>

Review Comment:
   @Claudenw  Unfortunately changing line 151 to
   
   ```
   -              <goal>run</goal>
   +              <goal>-X run</goal>
   ```
   
   does not work and fails the build :(



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to