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