spring-boot-starter goal angepasst
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 2m0s
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 2m0s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user