Repository: incubator-samza-hello-samza Updated Branches: refs/heads/master b6b8bc873 -> a4f45d9b3
SAMZA-265; exclude json blob from rat check Project: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/commit/a4f45d9b Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/tree/a4f45d9b Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/diff/a4f45d9b Branch: refs/heads/master Commit: a4f45d9b318851e941dde46d4b5f4c73e8e8a9ee Parents: b6b8bc8 Author: Chris Riccomini <[email protected]> Authored: Tue May 13 15:10:47 2014 -0700 Committer: Chris Riccomini <[email protected]> Committed: Tue May 13 15:10:47 2014 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza-hello-samza/blob/a4f45d9b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6815cce..0847493 100644 --- a/pom.xml +++ b/pom.xml @@ -178,6 +178,7 @@ under the License. <version>0.9</version> <configuration> <excludes> + <exclude>*.json</exclude> <exclude>.vagrant/**</exclude> <exclude>.git/**</exclude> <exclude>*.md</exclude>
