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 . .
|
COPY . .
|
||||||
|
|
||||||
RUN mvn install -N
|
RUN mvn install -N
|
||||||
RUN mvn -pl server-app -am clean package
|
RUN mvn server-app clean package
|
||||||
|
|
||||||
FROM eclipse-temurin:21-jre-alpine
|
FROM eclipse-temurin:21-jre-alpine
|
||||||
WORKDIR /productdefinitions
|
WORKDIR /productdefinitions
|
||||||
|
|||||||
@@ -115,6 +115,13 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<goals>
|
||||||
|
<goal>repackage</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
<configuration>
|
<configuration>
|
||||||
<excludes>
|
<excludes>
|
||||||
<exclude>
|
<exclude>
|
||||||
|
|||||||
Reference in New Issue
Block a user