File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 33! mvnw
44! .mvn
55! pom.xml
6+ ! web-deps /*
7+ ! web-deps /.locker /*
68! base /*
79! community-app /*
810! acceptance-test /*
Original file line number Diff line number Diff line change 33! mvnw
44! .mvn
55! pom.xml
6- ! .locker /pom.xml
76! target /* -runner
87! target /* -runner.jar
98! target /lib /*
Original file line number Diff line number Diff line change @@ -4,8 +4,9 @@ ARG MAVEN_BUILD_EXTRA_ARGS=
44RUN echo "$MAVEN_BUILD_EXTRA_ARGS"
55
66COPY mvnw pom.xml maven-settings.xml* /usr/src/app/
7+ COPY web-deps/pom.xml /usr/src/app/web-deps/
8+ COPY web-deps/.locker/pom.xml /usr/src/app/web-deps/.locker/
79COPY base/pom.xml /usr/src/app/base/
8- COPY base/.locker/pom.xml /usr/src/app/base/.locker/
910COPY community-app/pom.xml /usr/src/app/community-app/
1011COPY .mvn /usr/src/app/.mvn
1112RUN cd /usr/src/app/ && ./mvnw verify clean -Dlib -Dcommunity-app --fail-never
You can’t perform that action at this time.
0 commit comments