Add new Maven module to the Docker build

This commit is contained in:
Andreas Svanberg 2025-02-25 12:49:16 +01:00
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 \