File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,15 +212,15 @@ COPY . .
212212ARG SKIP_TESTS=false
213213RUN --mount=type=cache,target=/root/.m2 \
214214 if [ "$SKIP_TESTS" = "true" ]; then \
215- mvn -B clean compile org.apache.maven.plugins:maven-war-plugin:3.3.2:exploded \
215+ mvn -B -U clean compile org.apache.maven.plugins:maven-war-plugin:3.3.2:exploded \
216216 -DbuildSource=$BUILD_SOURCE \
217217 -Djdbc.user=amp -Djdbc.password=amp122006 -Djdbc.db=amp -Djdbc.host=db \
218218 -Djdbc.port=5432 -DdbName=postgresql -Djdbc.driverClassName=org.postgresql.Driver \
219219 -Dskip.npm -Dskip.installnodenpm -DskipTests \
220220 && mv target/amp exploded \
221221 && rm -rf target; \
222222 else \
223- mvn -B test org.apache.maven.plugins:maven-war-plugin:3.3.2:exploded \
223+ mvn -B -U test org.apache.maven.plugins:maven-war-plugin:3.3.2:exploded \
224224 -DbuildSource=$BUILD_SOURCE \
225225 -Djdbc.user=amp -Djdbc.password=amp122006 -Djdbc.db=amp -Djdbc.host=db \
226226 -Djdbc.port=5432 -DdbName=postgresql -Djdbc.driverClassName=org.postgresql.Driver \
Original file line number Diff line number Diff line change 7575 <snapshots >
7676 <enabled >false</enabled >
7777 </snapshots >
78- <id >central </id >
78+ <id >artifactory-amp </id >
7979 <name >amp</name >
8080 <url >https://artifactory.dgdev.org/artifactory/amp/</url >
8181 </pluginRepository >
82+ <pluginRepository >
83+ <snapshots >
84+ <enabled >false</enabled >
85+ </snapshots >
86+ <id >central</id >
87+ <name >Maven Central</name >
88+ <url >https://repo.maven.apache.org/maven2</url >
89+ </pluginRepository >
8290 </pluginRepositories >
8391
8492 <profiles >
You can’t perform that action at this time.
0 commit comments