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 36fe53d871bba624ed310b3a8c483db845c9d0d5
Author: peng-yongsheng <8082...@qq.com>
AuthorDate: Mon Mar 12 00:29:39 2018 +0800

    Add git submodule command line.
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3a4eb43..9a8c768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -149,6 +149,23 @@
                 <artifactId>exec-maven-plugin</artifactId>
                 <version>1.6.0</version>
                 <executions>
+                   <execution>
+                       <id>git submodule update</id>
+                       <phase>initialize</phase>
+                       <inherited>false</inherited>
+                       <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>
                     <execution>
                         <id>install-jmxtools</id>
                         <inherited>false</inherited>

-- 
To stop receiving notification emails like this one, please contact
pen...@apache.org.

Reply via email to