You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by jo...@apache.org on 2016/11/05 15:04:24 UTC

incubator-tamaya-extensions git commit: Disable findbugs.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 57e349d31 -> 9d346676a


Disable findbugs.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/9d346676
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/9d346676
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/9d346676

Branch: refs/heads/master
Commit: 9d346676ae6b81430a108e131f997076e2439eb5
Parents: 57e349d
Author: John D. Ament <jo...@apache.org>
Authored: Sat Nov 5 11:04:15 2016 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Sat Nov 5 11:04:15 2016 -0400

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/9d346676/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9f1ee30..a0df5d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -405,7 +405,7 @@ under the License.
                     <artifactId>maven-toolchains-plugin</artifactId>
                     <version>${toolchains.plugin}</version>
                 </plugin>
-
+<!--
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>findbugs-maven-plugin</artifactId>
@@ -434,7 +434,7 @@ under the License.
                         </dependency>
                     </dependencies>
                 </plugin>
-
+-->
                 <plugin>
                     <groupId>org.asciidoctor</groupId>
                     <artifactId>asciidoctor-maven-plugin</artifactId>