You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/09/15 14:34:38 UTC

[GitHub] [skywalking] xbkaishui commented on a change in pull request #5489: support build individual module

xbkaishui commented on a change in pull request #5489:
URL: https://github.com/apache/skywalking/pull/5489#discussion_r488718120



##########
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:
       Done, Please help to check (my poor english) 




----------------------------------------------------------------
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:
users@infra.apache.org