slawekjaranowski commented on code in PR #11637:
URL: https://github.com/apache/maven/pull/11637#discussion_r2676041297


##########
pom.xml:
##########
@@ -804,9 +804,42 @@ under the License.
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.apache.rat</groupId>
+          <artifactId>apache-rat-plugin</artifactId>
+          <executions>
+            <execution>
+              <id>rat-check</id>
+              <configuration>

Review Comment:
   in parent we have configuration on plugin level not on execution level ...
   https://github.com/apache/maven-parent/blob/master/pom.xml#L1270
   
   how it is merged? interesting



-- 
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