You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2015/01/16 08:40:14 UTC

incubator-tamaya git commit: TAMAYA-53 Next attempt to integrate an external FindBugs filter configuration to Tamaya's Maven build.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master e39043cc7 -> 987c5a1d9


TAMAYA-53 Next attempt to integrate an external FindBugs filter configuration to Tamaya's Maven build.


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

Branch: refs/heads/master
Commit: 987c5a1d918970a9ad57829bdbbc37df27e240e2
Parents: e39043c
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Fri Jan 16 08:37:42 2015 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Fri Jan 16 08:37:42 2015 +0100

----------------------------------------------------------------------
 java7/pom.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/987c5a1d/java7/pom.xml
----------------------------------------------------------------------
diff --git a/java7/pom.xml b/java7/pom.xml
index 88d5e36..502cf22 100644
--- a/java7/pom.xml
+++ b/java7/pom.xml
@@ -43,6 +43,26 @@ under the License.
 -->
     </modules>
 
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>findbugs-maven-plugin</artifactId>
+                    <configuration>
+                        <excludeFilterFile>findbugs/findbugs-exclude.xml</excludeFilterFile>
+                    </configuration>
+                    <dependencies>
+                        <dependency>
+                            <groupId>org.apache.tamaya</groupId>
+                            <artifactId>buildconfigurations</artifactId>
+                            <version>${project.version}</version>
+                        </dependency>
+                    </dependencies>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
     <profiles>
         <profile>
             <id>java7</id>