You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2016/06/12 08:07:51 UTC

[04/13] calcite git commit: [CALCITE-1277] Rat fails on source distribution due to git.properties

[CALCITE-1277] Rat fails on source distribution due to git.properties


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

Branch: refs/heads/master
Commit: a02da271c2be6f5bf3a226698529748b5ee706ba
Parents: 063f578
Author: Julian Hyde <jh...@apache.org>
Authored: Tue Jun 7 17:05:34 2016 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Wed Jun 8 17:22:29 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/calcite/blob/a02da271/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 02497e8..4f8f690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,6 +474,9 @@ limitations under the License.
             <!-- Images -->
             <exclude>site/img/*.png</exclude>
             <exclude>site/favicon.ico</exclude>
+
+            <!-- Not source files, generated during the release process -->
+            <exclude>git.properties</exclude>
           </excludes>
         </configuration>
       </plugin>