You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2023/01/13 15:03:43 UTC

[GitHub] [avro] opwvhk commented on a diff in pull request #2053: AVRO-3704: namae validator interface

opwvhk commented on code in PR #2053:
URL: https://github.com/apache/avro/pull/2053#discussion_r1069564268


##########
pom.xml:
##########
@@ -153,6 +154,11 @@
           <artifactId>apache-rat-plugin</artifactId>
           <version>${apache-rat-plugin.version}</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-resources-plugin</artifactId>
+          <version>${maven-resources-plugin.version}</version>
+        </plugin>

Review Comment:
   I don't understand this addition: why was the `maven-resources-plugin` added? Was it to be able to specify a recent version number?



-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org