Add new Maven module to the Docker build
This commit is contained in:
parent
167a73fb01
commit
cff6fdafac
@ -12,12 +12,14 @@ COPY core/pom.xml core/pom.xml
|
||||
COPY view/pom.xml view/pom.xml
|
||||
COPY war/pom.xml war/pom.xml
|
||||
COPY daisy-integration/pom.xml daisy-integration/pom.xml
|
||||
COPY test-data/pom.xml test-data/pom.xml
|
||||
|
||||
COPY api/src/ api/src/
|
||||
COPY core/src/ core/src/
|
||||
COPY view/src/ view/src/
|
||||
COPY war/src/ war/src/
|
||||
COPY daisy-integration/src/ daisy-integration/src/
|
||||
COPY test-data/src/ test-data/src/
|
||||
|
||||
RUN ./mvnw package \
|
||||
--define skipTests \
|
||||
|
Loading…
x
Reference in New Issue
Block a user