Skip to content
Snippets Groups Projects
Commit 94bb5b36 authored by OZG-Cloud Team's avatar OZG-Cloud Team
Browse files

OZG-5778 adjust build goal (to avoid duplicate phase due to error in...

OZG-5778 adjust build goal (to avoid duplicate phase due to error in maven-source-plugin executed twice)
parent 26c137f0
No related branches found
No related tags found
No related merge requests found
......@@ -174,27 +174,14 @@
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<image>
<!-- cann be removed when using common lib > 2.3.2-->
<builder>paketobuildpacks/builder-jammy-base</builder>
<env>
<BPE_DELIM_JAVA_TOOL_OPTIONS xml:space="preserve"> </BPE_DELIM_JAVA_TOOL_OPTIONS>
<BPE_APPEND_JAVA_TOOL_OPTIONS>-Dfile.encoding=UTF-8</BPE_APPEND_JAVA_TOOL_OPTIONS>
</env>
</image>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
......@@ -208,10 +195,8 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>build-image</id>
<phase>install</phase>
<goals>
<goal>build-image</goal>
<goal>build-image-no-fork</goal>
</goals>
</execution>
</executions>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment