From cf4634a9adbaa8dcc0e756add96f669304dfc257 Mon Sep 17 00:00:00 2001 From: Andy Damevin Date: Fri, 13 Oct 2023 13:40:45 +0200 Subject: [PATCH] Ignore Snapshots from filtering in devtools ITs --- integration-tests/devtools/pom.xml | 3 +++ .../testGradleContent/build.gradle | 1 + .../testGradleKotlinContent/build.gradle.kts | 1 + .../KotlinSerializationCodestartTest/testMavenContent/pom.xml | 1 + 4 files changed, 6 insertions(+) diff --git a/integration-tests/devtools/pom.xml b/integration-tests/devtools/pom.xml index d69b37ce95368e..42b88a83ac9c52 100644 --- a/integration-tests/devtools/pom.xml +++ b/integration-tests/devtools/pom.xml @@ -69,6 +69,9 @@ ${basedir}/src/test/resources true + + __snapshots__/** + diff --git a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleContent/build.gradle b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleContent/build.gradle index 3f9d893cda2bc4..da17d78fb5beec 100644 --- a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleContent/build.gradle +++ b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleContent/build.gradle @@ -35,6 +35,7 @@ test { allOpen { annotation("jakarta.ws.rs.Path") annotation("jakarta.enterprise.context.ApplicationScoped") + annotation("jakarta.persistence.Entity") annotation("io.quarkus.test.junit.QuarkusTest") } diff --git a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleKotlinContent/build.gradle.kts b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleKotlinContent/build.gradle.kts index 31266fea135b0a..05db411b839c33 100644 --- a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleKotlinContent/build.gradle.kts +++ b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testGradleKotlinContent/build.gradle.kts @@ -39,6 +39,7 @@ tasks.withType { allOpen { annotation("jakarta.ws.rs.Path") annotation("jakarta.enterprise.context.ApplicationScoped") + annotation("jakarta.persistence.Entity") annotation("io.quarkus.test.junit.QuarkusTest") } diff --git a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testMavenContent/pom.xml b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testMavenContent/pom.xml index a4504b965ed609..29e339b51708eb 100644 --- a/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testMavenContent/pom.xml +++ b/integration-tests/devtools/src/test/resources/__snapshots__/KotlinSerializationCodestartTest/testMavenContent/pom.xml @@ -162,6 +162,7 @@ +