This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push: new 4fdaaab Add VS code RAT excludes 4fdaaab is described below commit 4fdaaaba635316307554f6437d26588ab2c4196a Author: Sebb <s...@apache.org> AuthorDate: Mon Jun 27 10:30:37 2022 +0100 Add VS code RAT excludes --- pom.xml | 4 ++++ src/changes/changes.xml | 1 + 2 files changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 0f4dffd..5939eb1 100644 --- a/pom.xml +++ b/pom.xml @@ -1012,6 +1012,8 @@ <!-- Exclude Eclipse local files and folders --> <exclude>maven-eclipse.xml</exclude> <exclude>.externalToolBuilders/**</exclude> + <!-- Visual Studio code files --> + <exclude>.vscode/**</exclude> </excludes> </configuration> <executions> @@ -1185,6 +1187,8 @@ <!-- Exclude Eclipse local files and folders --> <exclude>maven-eclipse.xml</exclude> <exclude>.externalToolBuilders/**</exclude> + <!-- Visual Studio code files --> + <exclude>.vscode/**</exclude> </excludes> </configuration> </plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c50c860..412bcac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -62,6 +62,7 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="54" date="2022-03-31" description="WIP"> <!-- ADD --> + <action type="add" dev="sebb">Add .vscode/* to RAT excludes.</action> <action type="update" dev="ggregory" due-to="Dependabot">Add property commons.javadoc18.java.link.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump actions/cache from 3 to 3.0.4, #118.</action>