Skip to content

Commit

Permalink
Update Dockerfile-mvn-no-local
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensrtw authored Nov 15, 2024
1 parent 325e65e commit 44994b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-mvn-no-local
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM maven:3.9.7-eclipse-temurin-17-alpine AS builder
WORKDIR /code
ARG CODEARTIFACT_AUTH_TOKEN
ARG MAVEN_PROFILE=webapi-docker-mdaca-codeartifact
ARG MAVEN_PROFILE=webapi-docker
ARG MAVEN_PARAMS="-DskipUnitTests -DskipITtests -D\"maven.test.skip\"=true" # can use maven options, e.g. -DskipTests=true -DskipUnitTests=true
ARG MAVEN_M2="/code/.m2/settings.xml"
ARG OPENTELEMETRY_JAVA_AGENT_VERSION=2.8.0
Expand Down

0 comments on commit 44994b8

Please sign in to comment.