You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by pe...@apache.org on 2018/03/11 03:18:06 UTC

[incubator-skywalking] branch asf/release created (now fde6c08)

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

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


      at fde6c08  pom modify.

This branch includes the following new commits:

     new fde6c08  pom modify.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

[incubator-skywalking] 01/01: pom modify.

Posted by pe...@apache.org.
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 <80...@qq.com>
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
pengys@apache.org.