Skip to content

Commit

Permalink
update excludes of licenseSet
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed May 6, 2024
1 parent 6a62e1f commit 868bc19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
15 changes: 0 additions & 15 deletions lombok.config
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
#
# Copyright © ${year} ${owner} (${email})
#
# Licensed 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.
#
lombok.addLombokGeneratedAnnotation = true
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,11 @@
<header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</header>
<excludes>
<exclude>**/README.md</exclude>
<exclude>**/README-zh.md</exclude>
<exclude>**/NOTICE</exclude>
<exclude>**/LICENSE</exclude>
<exclude>**/checkstyle.xml</exclude>
<exclude>**/lombok.config</exclude>
<exclude>**/docs/**</exclude>
<exclude>**/Dockerfile</exclude>
<exclude>**/Makefile</exclude>
Expand Down

0 comments on commit 868bc19

Please sign in to comment.