mirror of https://github.com/apache/nifi.git
NIFI-2814 - Add ASF header to AppVeyor settings file and adjust apache-rat accordingly
This closes #1058. Signed-off-by: Aldrin Piri <aldrin@apache.org>
This commit is contained in:
parent
44d4b882bf
commit
be85d9ddff
15
appveyor.yml
15
appveyor.yml
|
@ -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.
|
||||
|
||||
version: '1.0.0-SNAPSHOT-{build}'
|
||||
os: Windows Server 2012
|
||||
environment:
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -1716,8 +1716,6 @@ language governing permissions and limitations under the License. -->
|
|||
<exclude>nb-configuration.xml</exclude> <!-- courtesy excludes for netbeans users -->
|
||||
<exclude>nbactions.xml</exclude> <!-- courtesy excludes for netbeans users -->
|
||||
<exclude>DEPENDENCIES</exclude> <!-- auto generated file by apache's maven config while building sources.zip -->
|
||||
<exclude>.travis.yml</exclude> <!-- Travis CI Build Descriptor File -->
|
||||
<exclude>appveyor.yml</exclude> <!-- AppVeyor CI Build Descriptor File -->
|
||||
</excludes>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
|
|
Loading…
Reference in New Issue