You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/12/18 22:54:15 UTC

[2/3] incubator-tamaya git commit: Removed findbugs since it creatred errors.

Removed findbugs since it creatred errors.


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

Branch: refs/heads/master
Commit: 684a7809944674c507c34c970201a84614338a59
Parents: 3d851c6
Author: anatole <an...@apache.org>
Authored: Sun Dec 18 15:04:56 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Sun Dec 18 15:04:56 2016 +0100

----------------------------------------------------------------------
 code/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/684a7809/code/pom.xml
----------------------------------------------------------------------
diff --git a/code/pom.xml b/code/pom.xml
index 7f94fbb..9d227bb 100644
--- a/code/pom.xml
+++ b/code/pom.xml
@@ -37,13 +37,4 @@ under the License.
         <module>core</module>
     </modules>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
-            </plugin>
-        </plugins>
-    </build>
-    
 </project>