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 33bca55 no message
33bca55 is described below
commit 33bca55c606db9c22f7078a348e035531dead563
Author: peng-yongsheng <[email protected]>
AuthorDate: Sun Mar 11 16:45:08 2018 +0800
no message
---
pom.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 35b6f47..3b2832a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -271,19 +271,12 @@
<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>checkStyle.xml</configLocation>
+
<configLocation>${project.artifactId}/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].