Thespica commented on code in PR #535:
URL: https://github.com/apache/incubator-graphar/pull/535#discussion_r1669776816
##########
maven-projects/info/pom.xml:
##########
@@ -63,5 +66,37 @@
</dependency>
</dependencies>
+ <build>
+ <extensions>
+ <extension>
+ <groupId>kr.motd.maven</groupId>
+ <artifactId>os-maven-plugin</artifactId>
+ <version>${os.plugin.version}</version>
+ </extension>
+ </extensions>
+ <plugins>
+ <plugin>
+ <groupId>org.xolstice.maven.plugins</groupId>
Review Comment:
This plugin requires maven 3.8.2, which means we have to upgrade the
requirement of maven version if we accept the newer plugin.

--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]