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 2014/12/06 23:28:09 UTC

incubator-tamaya git commit: TAMAYA-17 Added the AL header to more files.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 2e313478e -> a32cac85f


TAMAYA-17 Added the AL header to more files.


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

Branch: refs/heads/master
Commit: a32cac85fcb08825a6bc43f5d03d5e96e533edfc
Parents: 2e31347
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sat Dec 6 23:27:29 2014 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sat Dec 6 23:27:29 2014 +0100

----------------------------------------------------------------------
 buildtools/pom.xml                                | 18 ++++++++++++++++++
 .../src/main/resources/findbugs-exclude.xml       | 18 ++++++++++++++++++
 pom.xml                                           |  5 +++++
 3 files changed, 41 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a32cac85/buildtools/pom.xml
----------------------------------------------------------------------
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index 4715f87..434563e 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <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/xsd/maven-4.0.0.xsd">

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a32cac85/buildtools/src/main/resources/findbugs-exclude.xml
----------------------------------------------------------------------
diff --git a/buildtools/src/main/resources/findbugs-exclude.xml b/buildtools/src/main/resources/findbugs-exclude.xml
index 5fd588b..8a29761 100644
--- a/buildtools/src/main/resources/findbugs-exclude.xml
+++ b/buildtools/src/main/resources/findbugs-exclude.xml
@@ -1,3 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <?xml version="1.0" encoding="UTF-8"?>
 <FindBugsFilter>
 

http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/a32cac85/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9543cec..0df8d49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -201,6 +201,11 @@ under the License.
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
                     <version>${rat.version}</version>
+                    <configuration>
+                        <excludes>
+                            <exclude>**/target/**/*</exclude>
+                        </excludes>
+                    </configuration>
                     <executions>
                         <execution>
                             <phase>verify</phase>