You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/06/01 16:33:06 UTC

[bookkeeper] branch master updated: ISSUE #1455: Revert ": Unable to process suppressions file during checkstyle execution"

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

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 1f42176  ISSUE #1455: Revert ": Unable to process suppressions file during checkstyle execution"
1f42176 is described below

commit 1f4217609f9e77d6ec7158e6158e0683308abd09
Author: Sijie Guo <si...@apache.org>
AuthorDate: Fri Jun 1 09:32:57 2018 -0700

    ISSUE #1455: Revert ": Unable to process suppressions file during checkstyle execution"
    
    Descriptions of the changes in this PR:
    
    This reverts commit 4bc021a438ca1e5acff23f7e3cb6cdb6984c1066 to address the issue we saw in #1461
    
    Related Issue: #1456
    
    This fixes #1461
    
    Author: Sijie Guo <si...@apache.org>
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Jia Zhai <None>
    
    This closes #1462 from sijie/fix_maven_builds, closes #1455
---
 buildtools/pom.xml | 21 +++------------------
 pom.xml            |  6 ------
 2 files changed, 3 insertions(+), 24 deletions(-)

diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 9cd0273..f5e2f94 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -18,26 +18,11 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>18</version>
+    <groupId>org.apache.bookkeeper</groupId>
+    <artifactId>bookkeeper</artifactId>
+    <version>4.8.0-SNAPSHOT</version>
   </parent>
   <artifactId>buildtools</artifactId>
   <name>Apache BookKeeper :: Build Tools</name>
   <version>4.8.0-SNAPSHOT</version>
-  <properties>
-    <spotbugs-maven-plugin.version>3.1.0-RC6</spotbugs-maven-plugin.version>
-  </properties>
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>com.github.spotbugs</groupId>
-        <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>${spotbugs-maven-plugin.version}</version>
-        <configuration>
-          <excludeFilterFile>${session.executionRootDirectory}/buildtools/src/main/resources/bookkeeper/findbugsExclude.xml</excludeFilterFile>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>
diff --git a/pom.xml b/pom.xml
index bc9d352..ece16cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -623,12 +623,6 @@
   <dependencies>
     <!-- provided dependencies (available at compilation and test classpths and *NOT* packaged) -->
     <dependency>
-      <groupId>org.apache.bookkeeper</groupId>
-      <artifactId>buildtools</artifactId>
-      <version>${project.version}</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
       <groupId>org.projectlombok</groupId>
       <artifactId>lombok</artifactId>
       <scope>provided</scope>

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