cstamas commented on code in PR #26:
URL:
https://github.com/apache/maven-remote-resources-plugin/pull/26#discussion_r1147561564
##########
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:
The `runOnlyAtExecutionRoot` has been removed. But for maven plugin, this is
same as no-op as build will not break even if present. Maybe we need to break
the build and redirect users to new mojo?
See https://lists.apache.org/thread/bhtozf6w2nknvfzbfc1jb76fr6rqpkbx
The truth is, that this plugin was made for ASF purposes, am unsure is
anyone outside ASF using it... so this is not a "general public" plugin like
compiler or assembly plugin is...
--
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]