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 fde6c082b8ebc7a24675bda3c6b1e7c67248a634 Author: peng-yongsheng <[email protected]> AuthorDate: Sun Mar 11 11:17:59 2018 +0800 pom modify. --- pom.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7eacc59..20b39b3 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> @@ -260,7 +276,7 @@ <id>validate</id> <phase>validate</phase> <configuration> - <configLocation>checkStyle.xml</configLocation> + <configLocation>${basedir}/checkStyle.xml</configLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <includeTestSourceDirectory>true</includeTestSourceDirectory> @@ -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].
