Skip to content

Commit

Permalink
#1029 [Test] Exclude unnecessary test directories
Browse files Browse the repository at this point in the history
  • Loading branch information
nashtech-tuannguyenhuu1 committed Sep 13, 2024
1 parent dbc29cf commit eec4ec6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,17 @@
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>com/yas/**/config/**</exclude>
<exclude>com/yas/**/constants/**</exclude>
<exclude>**/io/github/resilience4j/**</exclude>
<exclude>**/org/springframework/cglib/**</exclude>
<exclude>**/org/springframework/beans/factory/support/**</exclude>
<exclude>**/*SpringProxy*</exclude>
<exclude>**/*CGLIB*</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit eec4ec6

Please sign in to comment.