elharo commented on code in PR #26:
URL:
https://github.com/apache/maven-remote-resources-plugin/pull/26#discussion_r1147418886
##########
src/it/resources/run-only-at-execution-root/pom.xml:
##########
@@ -46,10 +46,10 @@ under the License.
<execution>
<id>remote-resources</id>
<goals>
- <goal>process</goal>
+ <goal>aggregator-process</goal>
</goals>
<configuration>
- <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
+<!-- <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>-->
Review Comment:
Maybe I'm misunderstanding this. Was the runOnlyAtExecutionRoot parameter
removed, made a no-op, or still exists in a different plugin but is no longer
needed here?
My concern is whether this change requires dependents to update their own
POMs or not.
--
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]