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
The following commit(s) were added to refs/heads/asf/release by this push:
new 79d701c no message
79d701c is described below
commit 79d701c7db704bbc204c768955b1d7581738d48b
Author: peng-yongsheng <[email protected]>
AuthorDate: Sun Mar 11 16:11:54 2018 +0800
no message
---
pom.xml | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 463db25..35b6f47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,15 +268,22 @@
</executions>
</plugin>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
+ <dependencies>
+ <dependency>
+ <groupId>com.puppycrawl.tools</groupId>
+ <artifactId>checkstyle</artifactId>
+ <version>6.19</version>
+ </dependency>
+ </dependencies>
<executions>
<execution>
<id>validate</id>
<phase>validate</phase>
<configuration>
-
<configLocation>incubator-skywalking/checkStyle.xml</configLocation>
-
<outputFile>${basedir}/target/checkstyle-output.xml</outputFile>
+ <configLocation>checkStyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
--
To stop receiving notification emails like this one, please contact
[email protected].