Big Feature and Beautifying Package
This commit is contained in:
parent
1f2ff67f38
commit
45b7285d1c
1 changed files with 8 additions and 20 deletions
16
pom.xml
16
pom.xml
|
|
@ -184,25 +184,13 @@
|
|||
|
||||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
<!-- Profile to skip integration tests (useful when Docker is not available) -->
|
||||
<profile>
|
||||
<id>skip-integration-tests</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<configuration>
|
||||
<excludes>
|
||||
<exclude>**/*IntegrationTest.java</exclude>
|
||||
<exclude>**/ActivityImageServiceTest.java</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
</project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue