This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch asf/release
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git

commit fd620acb60c6361c0fbc38607502f1b6847113b3
Author: peng-yongsheng <[email protected]>
AuthorDate: Sun Mar 11 12:35:17 2018 +0800

    Modify POM.
---
 pom.xml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/pom.xml b/pom.xml
index 7eacc59..f4a7197 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,6 +178,22 @@
                             
<workingDirectory>${project.basedir}/ci-dependencies</workingDirectory>
                         </configuration>
                     </execution>
+                   <execution>
+                       <id>git submodule update</id>
+                       <phase>initialize</phase>
+                       <configuration>
+                                       <executable>git</executable>
+                                       <arguments>
+                                       <argument>submodule</argument>
+                                       <argument>update</argument>
+                                       <argument>--init</argument>
+                                       <argument>--recursive</argument>
+                               </arguments>
+                       </configuration>
+                       <goals>
+                               <goal>exec</goal>
+                       </goals>
+                   </execution>
                 </executions>
             </plugin>
             <plugin>
@@ -373,4 +389,9 @@
         </profile>
     </profiles>
     
+    <scm>
+        <url>https://github.com/apache/incubator-skywalking</url>
+        
<connection>scm:git:https://github.com/apache/incubator-skywalking.git</connection>
+        
<developerConnection>scm:git:https://github.com/apache/incubator-skywalking.git</developerConnection>
+    </scm>
 </project>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to