From 9fe706f1495ab831a537af161606891750914a52 Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Wed, 28 Jun 2023 12:43:17 -0300 Subject: [PATCH] ci: ignore integration tests directory in demo jar --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a6af2a..1126f0f 100644 --- a/pom.xml +++ b/pom.xml @@ -469,7 +469,7 @@ demo **/test/* - **/integration/* + **/it/* **/DemoView.class **/DemoLayout.class