Skip to content

Commit

Permalink
Enable Apache rat in CI builds (apache#594)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Jul 24, 2017
1 parent 422a68f commit aaae221
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install:

script:
# Build Java and C++
- mvn license:check test package && sudo bash -x $TRAVIS_BUILD_DIR/pulsar-client-cpp/travis-build.sh $HOME/pulsar-dep $TRAVIS_BUILD_DIR compile
- mvn license:check apache-rat:check test package && sudo bash -x $TRAVIS_BUILD_DIR/pulsar-client-cpp/travis-build.sh $HOME/pulsar-dep $TRAVIS_BUILD_DIR compile
# Build docker images
- docker/build.sh
# Generate website
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,13 @@ flexible messaging model and an intuitive client API.</description>
<exclude>**/*.hgrm</exclude>
<exclude>**/*.test</exclude>

<!-- Other license files -->
<exclude>licenses/LICENSE-*.txt</exclude>
<exclude>src/assemble/README.bin.txt</exclude>

<!-- Exclude site since it's not released -->
<exclude>**/site/**</exclude>

<exclude>**/*.patch</exclude>
<exclude>**/*.md</exclude>

Expand Down
19 changes: 19 additions & 0 deletions pulsar-client-cpp/Doxyfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
#
# 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.
#

# Doxyfile 1.8.14

# This file describes the settings to be used by the documentation system
Expand Down

0 comments on commit aaae221

Please sign in to comment.