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/04/18 04:58:12 UTC

incubator-tamaya git commit: Ignore generated file from rat checks.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 61ddb3238 -> ec457f272


Ignore generated file from rat checks.


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

Branch: refs/heads/master
Commit: ec457f2721cd9b07c87b3d579c66ace785aa7a3e
Parents: 61ddb32
Author: John D. Ament <jo...@apache.org>
Authored: Sun Apr 17 22:58:05 2016 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Sun Apr 17 22:58:05 2016 -0400

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/ec457f27/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 58532fc..a026f1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -687,6 +687,7 @@ under the License.
                         <exclude>**/*.json</exclude>
                         <exclude>**/*.md</exclude>
                         <exclude>**/*.md.vm</exclude>
+                        <exclude>src/site/asciidoc/temp-properties-files-for-site/attributes.adoc</exclude>
                     </excludes>
                     <includes>
                         <include>src/**/*</include>