Skip to content
Snippets Groups Projects
Commit 1f235bf6 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4087 OZG-4143 skip docker image creation

parent f9aa7a13
No related branches found
No related tags found
No related merge requests found
......@@ -43,4 +43,16 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment