Skip to content

Commit

Permalink
Ignore Snapshots from filtering in devtools ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
ia3andy committed Oct 24, 2023
1 parent 1751af3 commit 87ded64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/devtools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@
<resource>
<directory>${basedir}/src/test/resources</directory>
<filtering>true</filtering>
<excludes>
<exclude>__snapshots__/**</exclude>
</excludes>
</resource>
</resources>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@
<pluginOptions>
<option>all-open:annotation=jakarta.ws.rs.Path</option>
<option>all-open:annotation=jakarta.enterprise.context.ApplicationScoped</option>
<option>all-open:annotation=jakarta.persistence.Entity</option>
<option>all-open:annotation=io.quarkus.test.junit.QuarkusTest</option>
</pluginOptions>
</configuration>
Expand Down

0 comments on commit 87ded64

Please sign in to comment.