Skip to content

Commit

Permalink
[hotfix][webfrontend] Added non-binary image assets to license check …
Browse files Browse the repository at this point in the history
…exceptions
  • Loading branch information
mbalassi committed Dec 7, 2016
1 parent 0eb46eb commit a6e80da
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,11 @@ under the License.
<exclude>flink-runtime-web/web-dashboard/assets/fonts/FontAwesome.otf</exclude>
<exclude>flink-runtime-web/web-dashboard/assets/fonts/fontawesome*</exclude>

<!-- web dashboard non-binary image assets -->
<exclude>flink-runtime-web/web-dashboard/assets/images/browserconfig.xml</exclude>
<exclude>flink-runtime-web/web-dashboard/assets/images/manifest.json</exclude>
<exclude>flink-runtime-web/web-dashboard/assets/images/safari-pinned-tab.svg</exclude>

<!-- generated contents -->
<exclude>flink-runtime-web/web-dashboard/web/**</exclude>

Expand Down

0 comments on commit a6e80da

Please sign in to comment.