We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da71d5c commit f7e902bCopy full SHA for f7e902b
1 file changed
Dockerfile
@@ -5,15 +5,6 @@ RUN apt-get update \
5
6
WORKDIR /aspose-barcode-cloud-java
7
8
-# Resolve some dependencies
9
-# Due to https://issues.apache.org/jira/browse/MDEP-82
10
-# MVN can't resolve ALL dependencies before build
11
-COPY ./pom.xml .
12
-RUN mvn dependency:go-offline -B
13
-
14
-# Build the package
15
COPY . .
16
-RUN mvn clean install -Dmaven.test.skip=true
17
18
-# Publish package
19
-ENTRYPOINT ["mvn", "deploy"]
+ENTRYPOINT ["mvn", "deploy", "-Dmaven.test.skip=true"]
0 commit comments