gnodet commented on code in PR #2055: URL: https://github.com/apache/maven/pull/2055#discussion_r1928389557
########## its/core-it-suite/src/test/resources/mng-8525-maven-di-plugin/pom.xml: ########## @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <groupId>org.apache.maven.plugins</groupId> Review Comment: Please use a groupId more like org.apache.maven.its so that we can easily differentiate from "official" plugins when installed in a local repository. -- 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]
