Return-Path: X-Original-To: apmail-bigtop-commits-archive@www.apache.org Delivered-To: apmail-bigtop-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC7FD18C84 for ; Fri, 7 Aug 2015 20:42:51 +0000 (UTC) Received: (qmail 66884 invoked by uid 500); 7 Aug 2015 20:42:51 -0000 Delivered-To: apmail-bigtop-commits-archive@bigtop.apache.org Received: (qmail 66834 invoked by uid 500); 7 Aug 2015 20:42:51 -0000 Mailing-List: contact commits-help@bigtop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: bigtop-dev@bigtop.apache.org Delivered-To: mailing list commits@bigtop.apache.org Received: (qmail 66819 invoked by uid 99); 7 Aug 2015 20:42:51 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Aug 2015 20:42:51 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A5346E0986; Fri, 7 Aug 2015 20:42:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cos@apache.org To: commits@bigtop.apache.org Date: Fri, 07 Aug 2015 20:42:52 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/4] bigtop git commit: BIGTOP-1951. Fix licenses in the source files BIGTOP-1951. Fix licenses in the source files Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/caaee8d0 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/caaee8d0 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/caaee8d0 Branch: refs/heads/branch-1.0 Commit: caaee8d01c5dfb02d51714de86ac4b48f7da4849 Parents: 08ab107 Author: Konstantin Boudnik Authored: Fri Aug 7 12:22:33 2015 -0700 Committer: Konstantin Boudnik Committed: Fri Aug 7 13:24:43 2015 -0700 ---------------------------------------------------------------------- bigtop-bigpetstore/README.md | 16 ++++++++++++++++ .../bigpetstore-data-generator/README.md | 16 ++++++++++++++++ bigtop-bigpetstore/bigpetstore-spark/README.md | 16 ++++++++++++++++ .../bigpetstore/spark/TestFullPipeline.scala | 17 +++++++++++++++++ .../bigpetstore-transaction-queue/Dockerfile | 15 +++++++++++++++ .../bigpetstore-transaction-queue/README.md | 16 ++++++++++++++++ .../bigpetstore-transaction-queue/build.gradle | 17 +++++++++++++++++ bigtop-ci/jenkins/jobsCreator.groovy | 17 +++++++++++++++++ bigtop-deploy/puppet/modules/hue/templates/hue.ini | 15 +++++++++++++++ .../modules/tachyon/templates/log4j.properties | 14 ++++++++++++++ .../modules/tachyon/templates/tachyon-env.sh | 14 ++++++++++++++ bigtop-deploy/vm/utils/smoke-tests.sh | 15 +++++++++++++++ .../vagrant-puppet-docker/boot2docker/Vagrantfile | 14 ++++++++++++++ .../vm/vagrant-puppet-docker/docker-hadoop.sh | 14 ++++++++++++++ .../vm/vagrant-puppet-docker/vagrantconfig.yaml | 15 +++++++++++++++ .../vagrantconfig_debian.yaml | 15 +++++++++++++++ .../vm/vagrant-puppet-vm/vagrantconfig.yaml | 15 +++++++++++++++ pom.xml | 2 ++ 18 files changed, 263 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-bigpetstore/README.md ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/README.md b/bigtop-bigpetstore/README.md index 6f04e8f..e032f84 100644 --- a/bigtop-bigpetstore/README.md +++ b/bigtop-bigpetstore/README.md @@ -1,3 +1,19 @@ + BigPetStore ============ http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-bigpetstore/bigpetstore-data-generator/README.md ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-data-generator/README.md b/bigtop-bigpetstore/bigpetstore-data-generator/README.md index d34e5c6..1acfe90 100644 --- a/bigtop-bigpetstore/bigpetstore-data-generator/README.md +++ b/bigtop-bigpetstore/bigpetstore-data-generator/README.md @@ -1,3 +1,19 @@ + BigPetStore Data Generator ========================== http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-bigpetstore/bigpetstore-spark/README.md ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-spark/README.md b/bigtop-bigpetstore/bigpetstore-spark/README.md index ac2f584..4f05f2b 100644 --- a/bigtop-bigpetstore/bigpetstore-spark/README.md +++ b/bigtop-bigpetstore/bigpetstore-spark/README.md @@ -1,3 +1,19 @@ + BigPetStore -- Spark ==================== http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala b/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala index 1d8c875..bc7e27f 100644 --- a/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala +++ b/bigtop-bigpetstore/bigpetstore-spark/src/test/scala/org/apache/bigpetstore/spark/TestFullPipeline.scala @@ -1,3 +1,20 @@ +/* + * 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. + */ + package org.apache.bigpetstore.spark import org.apache.bigtop.bigpetstore.spark.analytics.PetStoreStatistics http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile b/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile index c1e06cf..10b0655 100644 --- a/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile +++ b/bigtop-bigpetstore/bigpetstore-transaction-queue/Dockerfile @@ -1,3 +1,18 @@ +# 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. + FROM centos RUN yum update -y RUN yum install -y java-1.7.0-openjdk http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md b/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md index 385a1d1..7782e1c 100644 --- a/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md +++ b/bigtop-bigpetstore/bigpetstore-transaction-queue/README.md @@ -1,3 +1,19 @@ + # Introduction to the BigPetStore transaction queue# This is a rotating queue for Apache BigTop which uses the BigPetStore libraries to generate realistic streaming transactional data. http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle ---------------------------------------------------------------------- diff --git a/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle b/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle index a475078..7172cc4 100644 --- a/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle +++ b/bigtop-bigpetstore/bigpetstore-transaction-queue/build.gradle @@ -1,3 +1,20 @@ +/* + * 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. + */ + apply plugin: 'java' apply plugin: 'idea' apply plugin:'application' http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-ci/jenkins/jobsCreator.groovy ---------------------------------------------------------------------- diff --git a/bigtop-ci/jenkins/jobsCreator.groovy b/bigtop-ci/jenkins/jobsCreator.groovy index 36c0f3e..0f18e81 100644 --- a/bigtop-ci/jenkins/jobsCreator.groovy +++ b/bigtop-ci/jenkins/jobsCreator.groovy @@ -1,3 +1,20 @@ +/* + * 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. + */ + // FIXME: it would be nice to extract the following from bigtop.mk on the fly def bigtopComponents = ["bigtop-groovy", "bigtop-jsvc", "bigtop-tomcat", "bigtop-utils", "zookeeper", "hadoop", "hbase", "hive", "pig", "crunch", "datafu", http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/puppet/modules/hue/templates/hue.ini ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/hue/templates/hue.ini b/bigtop-deploy/puppet/modules/hue/templates/hue.ini index 93c82fc..8c81b69 100644 --- a/bigtop-deploy/puppet/modules/hue/templates/hue.ini +++ b/bigtop-deploy/puppet/modules/hue/templates/hue.ini @@ -1,3 +1,18 @@ +# 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. + # Hue configuration file # =================================== # http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties b/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties index ae84434..e3c5f04 100644 --- a/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties +++ b/bigtop-deploy/puppet/modules/tachyon/templates/log4j.properties @@ -1,3 +1,17 @@ +# 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. # May get overridden by System Property tachyon.logger.type=Console http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh ---------------------------------------------------------------------- diff --git a/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh b/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh index 9e7dbc2..e3a5fb1 100755 --- a/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh +++ b/bigtop-deploy/puppet/modules/tachyon/templates/tachyon-env.sh @@ -1,4 +1,18 @@ #!/usr/bin/env bash +# 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. # This file contains environment variables required to run Tachyon. Copy it as tachyon-env.sh and # edit that to configure Tachyon for your site. At a minimum, http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/vm/utils/smoke-tests.sh ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/utils/smoke-tests.sh b/bigtop-deploy/vm/utils/smoke-tests.sh index dff51a5..c10fe82 100755 --- a/bigtop-deploy/vm/utils/smoke-tests.sh +++ b/bigtop-deploy/vm/utils/smoke-tests.sh @@ -1,4 +1,19 @@ #!/bin/bash +# 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. + HCFS_USER="hdfs" SMOKE_TESTS=${1:-mapreduce,pig} http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile b/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile index 5913fec..15fe682 100644 --- a/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile +++ b/bigtop-deploy/vm/vagrant-puppet-docker/boot2docker/Vagrantfile @@ -1,3 +1,17 @@ +# 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. # -*- mode: ruby -*- # vi: set ft=ruby : http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh b/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh index e7022c1..626a408 100755 --- a/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh +++ b/bigtop-deploy/vm/vagrant-puppet-docker/docker-hadoop.sh @@ -1,4 +1,18 @@ #!/bin/bash +# 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. usage() { echo "usage: $PROG [-C file ] args" http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml index d3f62c1..12743b9 100644 --- a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml +++ b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig.yaml @@ -1,3 +1,18 @@ +# 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. + docker: memory_size: "4096" image: "bigtop/deploy:centos-6" http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml index 2608120..5454551 100644 --- a/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml +++ b/bigtop-deploy/vm/vagrant-puppet-docker/vagrantconfig_debian.yaml @@ -1,3 +1,18 @@ +# 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. + docker: memory_size: "4096" image: "bigtop/deploy:debian-8" http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml ---------------------------------------------------------------------- diff --git a/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml b/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml index 978486d..8bd2b2d 100644 --- a/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml +++ b/bigtop-deploy/vm/vagrant-puppet-vm/vagrantconfig.yaml @@ -1,3 +1,18 @@ +# 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. + memory_size: 4096 number_cpus: 1 box: "puppetlabs/centos-6.6-64-nocm" http://git-wip-us.apache.org/repos/asf/bigtop/blob/caaee8d0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3290f35..db7150c 100644 --- a/pom.xml +++ b/pom.xml @@ -306,6 +306,8 @@ **/.gradle/** **/*.iml .gradle + output/** + MAINTAINERS.txt buildSrc/build/** bigtop-bigpetstore/bigpetstore-data-generator/**/input_data/** bigtop-deploy/puppet/**/*.yaml