mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:25:49 +00:00
validating project after dependecy download
This commit is contained in:
parent
5eab7b590d
commit
aeb9e31447
1 changed files with 1 additions and 1 deletions
|
@ -2,10 +2,10 @@ FROM maven:3.6.3-jdk-8 AS build-env
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY pom.xml ./
|
COPY pom.xml ./
|
||||||
RUN mvn validate
|
|
||||||
RUN mvn dependency:go-offline
|
RUN mvn dependency:go-offline
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
RUN mvn validate
|
||||||
RUN mvn compile test
|
RUN mvn compile test
|
||||||
RUN mvn package
|
RUN mvn package
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue