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 40702d68efedea82b57c1f5f9d26ebb39a612a57 Author: peng-yongsheng <[email protected]> AuthorDate: Sun Mar 11 13:33:56 2018 +0800 no message --- 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].
