From c817e6a4f25ed0f70d4ccd111d3aac86b86ed71f 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 d69b37ce95368..42b88a83ac9c5 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 80c2941e12d43..f1fbbf367718d 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 501eaebc526c9..29e2753624387 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 4fb52c249f622..a0b307335b6ba 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 @@ -166,6 +166,7 @@ +