From 2a76fbf84981c58890719153242ab87eebfcf7e3 Mon Sep 17 00:00:00 2001 From: francois papon Date: Sat, 11 Nov 2023 08:24:53 +0100 Subject: [PATCH] [build] Update license exclude/include for GitHub actions --- pom.xml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b1e1f1c..249a3ed 100644 --- a/pom.xml +++ b/pom.xml @@ -151,11 +151,22 @@ KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ]]> + true + + **/*.properties + **/*.java + **/*.xml + **/*.yaml + - **/*.idea - **/*.adoc LICENSE + **/*.adoc + **/*.idea **/target/** + **/generated/** + **/minisite/** + **/file + **/.m2/**