Skip to content

Commit

Permalink
[build] Update license exclude/include for GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fpapon committed Nov 11, 2023
1 parent e0523d9 commit 2a76fbf
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,22 @@ KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
]]></inlineHeader>
<useDefaultExcludes>true</useDefaultExcludes>
<includes>
<include>**/*.properties</include>
<include>**/*.java</include>
<include>**/*.xml</include>
<include>**/*.yaml</include>
</includes>
<excludes>
<exclude>**/*.idea</exclude>
<exclude>**/*.adoc</exclude>
<exclude>LICENSE</exclude>
<exclude>**/*.adoc</exclude>
<exclude>**/*.idea</exclude>
<exclude>**/target/**</exclude>
<exclude>**/generated/**</exclude>
<exclude>**/minisite/**</exclude>
<exclude>**/file</exclude>
<exclude>**/.m2/**</exclude>
</excludes>
</licenseSet>
</licenseSets>
Expand Down

0 comments on commit 2a76fbf

Please # to comment.