You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/05/22 02:23:07 UTC

[incubator-dubbo] 02/05: Skip checkstyle by default

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

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git

commit 81c3c0d0e24d2ff48b38adda6936fe912b27b066
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue May 22 09:30:07 2018 +0800

    Skip checkstyle by default
---
 distribution/src/assembly/source-release.xml |  2 --
 pom.xml                                      | 13 +------------
 2 files changed, 1 insertion(+), 14 deletions(-)

diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml
index 59ded45..410d8b5 100644
--- a/distribution/src/assembly/source-release.xml
+++ b/distribution/src/assembly/source-release.xml
@@ -34,8 +34,6 @@
                 <exclude>**/target/**</exclude>
                 <exclude>**/build/**</exclude>
                 <exclude>**/eclipse-classes/**</exclude>
-                <exclude>**/.*</exclude>
-                <exclude>**/.*/**</exclude>
                 <exclude>*.enc</exclude>
                 <exclude>*.gpg</exclude>
                 <exclude>**/surefire*</exclude>
diff --git a/pom.xml b/pom.xml
index eaf8a08..83daf93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,7 @@
         <maven_jacoco_version>0.8.1</maven_jacoco_version>
         <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
         <arguments/>
+        <checkstyle.skip>true</checkstyle.skip>
     </properties>
 
     <modules>
@@ -592,18 +593,6 @@
                     <artifactId>maven-jetty-plugin</artifactId>
                     <version>${maven_jetty_version}</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>${maven_checkstyle_version}</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>com.puppycrawl.tools</groupId>
-                            <artifactId>checkstyle</artifactId>
-                            <version>8.9</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
             </plugins>
         </pluginManagement>
     </build>

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