spring-boot-starter goal angepasst
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 2m0s

This commit is contained in:
2026-01-30 12:52:04 +01:00
parent 28109deabc
commit f960b3b95d
2 changed files with 8 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ RUN git clone -b feature/Produkte --single-branch https://bitbucket.org/omds/omd
COPY . .
RUN mvn install -N
RUN mvn -pl server-app -am clean package
RUN mvn server-app clean package
FROM eclipse-temurin:21-jre-alpine
WORKDIR /productdefinitions

View File

@@ -115,6 +115,13 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
<configuration>
<excludes>
<exclude>