wu-sheng commented on a change in pull request #5489:
URL: https://github.com/apache/skywalking/pull/5489#discussion_r488673708



##########
File path: pom.xml
##########
@@ -383,12 +383,16 @@
                         <goals>
                             <goal>enforce</goal>
                         </goals>
+                        <phase>validate</phase>
                         <configuration>
                             <rules>
                                 <requireJavaVersion>
                                     <!-- Build has not yet been updated for 
Java 9+ -->
                                     <version>1.8</version>
                                 </requireJavaVersion>
+                                <requireMavenVersion>
+                                    <version>3.6</version>

Review comment:
       This makes you need to update the compiling doc
   
   
https://github.com/apache/skywalking/blob/master/docs/en/guides/How-to-build.md#build-from-github

##########
File path: pom.xml
##########
@@ -383,12 +383,16 @@
                         <goals>
                             <goal>enforce</goal>
                         </goals>
+                        <phase>validate</phase>
                         <configuration>
                             <rules>
                                 <requireJavaVersion>
                                     <!-- Build has not yet been updated for 
Java 9+ -->
                                     <version>1.8</version>
                                 </requireJavaVersion>
+                                <requireMavenVersion>
+                                    <version>3.6</version>

Review comment:
       At least 3 places should be updated.
   1. Prepare git, JDK8, and Maven 3.6+
   1. Add document about compiling a single plugin in the `Advanced compile` 
part.
   1. Remove `Setup your Eclipse IDE` section, it is out of the update.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to