Skip to content

Commit

Permalink
Slår sammen maven moduler (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
dijjal authored Dec 12, 2023
1 parent c45d26c commit 096a44a
Show file tree
Hide file tree
Showing 271 changed files with 546 additions and 888 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
*
!web/target
!target
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ ENV JAVA_OPTS="-XX:MaxRAMPercentage=75 \
-Dlogback.configurationFile=conf/logback.xml"

# Config
COPY web/target/classes/logback*.xml ./conf/
COPY target/classes/logback*.xml ./conf/

# Application Container (Jetty)
COPY web/target/lib/*.jar ./lib/
COPY web/target/app.jar .
COPY target/lib/*.jar ./lib/
COPY target/app.jar .
116 changes: 0 additions & 116 deletions domene/pom.xml

This file was deleted.

6 changes: 0 additions & 6 deletions domene/src/main/resources/META-INF/beans.xml

This file was deleted.

32 changes: 0 additions & 32 deletions domene/src/test/resources/logback-test.xml

This file was deleted.

108 changes: 0 additions & 108 deletions migreringer/pom.xml

This file was deleted.

This file was deleted.

32 changes: 0 additions & 32 deletions migreringer/src/test/resources/logback-test.xml

This file was deleted.

Loading

0 comments on commit 096a44a

Please sign in to comment.