SemyonSinchenko commented on code in PR #535:
URL: https://github.com/apache/incubator-graphar/pull/535#discussion_r1667657082


##########
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:
   While this `xolostice` plugin is more popular at the moment, I like this one 
more: https://github.com/ascopes/protobuf-maven-plugin
   
   I found it more human-friendly and easier to work with.



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

Reply via email to