Skip to content

Commit

Permalink
Fixed apache-rat validations
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat committed Oct 9, 2018
1 parent 9a46975 commit dd50929
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 1 deletion.
4 changes: 4 additions & 0 deletions distribution/server/src/assemble/src.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
</includes>
<excludes>
<exclude>.git/**</exclude>
<exclude>**/*.nar</exclude>
<exclude>**/.terraform/**</exclude>
<exclude>**/.gitignore</exclude>
<exclude>**/.svn</exclude>
<exclude>**/*.iws</exclude>
Expand All @@ -72,6 +74,8 @@
<exclude>pulsar-client-cpp/perf/perfConsumer</exclude>

<exclude>**/python/dist/**</exclude>
<exclude>**/pulsar-client-cpp/pkg/rpm/RPMS/**</exclude>
<exclude>**/pulsar-client-cpp/pkg/rpm/SOURCES/**</exclude>
<exclude>**/python/wheelhouse/**</exclude>
<exclude>**/python/MANIFEST</exclude>
<exclude>**/*.egg-info/**</exclude>
Expand Down
21 changes: 21 additions & 0 deletions examples/flink-consumer-source/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<!--
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.
-->

## Apache Flink Connectors for Pulsar

This page describes how to use the connectors to read and write Pulsar topics with [Apache Flink](https://flink.apache.org/) stream processing applications.
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1133,10 +1133,11 @@ flexible messaging model and an intuitive client API.</description>

<!-- This is a text property file that contains just a class name -->
<exclude>**/META-INF/services/com.scurrilous.circe.HashProvider</exclude>
<exclude>**/META-INF/services/com.facebook.presto.spi.Plugin</exclude>

<!-- Django generated code -->
<exclude>dashboard/django/stats/migrations/*.py</exclude>
<exclude>dashboard/conf/uwsgi_params</exclude>
<exclude>**/conf/uwsgi_params</exclude>

<!-- Exclude certificates used for tests -->
<exclude>**/*.crt</exclude>
Expand Down
21 changes: 21 additions & 0 deletions tests/compose/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<!--
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 are docker compose files to quickly bring up a pulsar
cluster. They use the pulsar testing docker image. To generate this,
run ```mvn install -DskipTests -Pdocker``` in the top-level directory
Expand Down

0 comments on commit dd50929

Please sign in to comment.