Skip to content

Commit

Permalink
Merge branch 'apache:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
zkaoudi authored Nov 19, 2024
2 parents 8061933 + 484d21d commit b1fcbde
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 94 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Apache Wayang (incubating) aims at freeing data engineers and software developer
- [GraphChi](https://github.com/GraphChi/graphchi-java)
- [Postgres](http://www.postgresql.org)
- [SQLite](https://www.sqlite.org/)
- [Apache Kafka](https://kafka.apache.org)

Apache Wayang (incubating) can be used via the following APIs:
- Java native
Expand Down
3 changes: 2 additions & 1 deletion build/check-license.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ rat_opts+=("-e" "^.*.properties")
rat_opts+=("-e" "Gemfile.lock")
rat_opts+=("-e" ".gitignore")
rat_opts+=("-e" ".gitmodules")
rat_opts+=("-e" "/docs")
rat_opts+=("-e" ".rat-excludes")


Expand All @@ -61,4 +62,4 @@ if [[ ! -z "$RAT_EXCLUSION" ]]; then
fi

# execute the validation using rat
java "${rat_opts[@]}" 2>&1 | grep "== File:"
java "${rat_opts[@]}" 2>&1 | grep "== File:"
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1058,6 +1058,9 @@

<!--RAT files-->
<exclude>**/apache-rat-0.13/**</exclude>

<!--Javadoc files-->
<exclude>**/docs/**</exclude>

<!-- IntelliJ related files -->
<exclude>**/.idea/**</exclude>
Expand Down

This file was deleted.

0 comments on commit b1fcbde

Please sign in to comment.