From dc213ec70f1311c23d29327566391ece6b600dce Mon Sep 17 00:00:00 2001
From: Lyn Elisa Goltz <goltz@lat-lon.de>
Date: Thu, 15 Feb 2024 14:24:00 +0100
Subject: [PATCH] XPLANBOX-2659 - added .maven-dockerinclude to
 xplan-benutzerhandbuch and xplan-betriebshandbuch

---
 xplan-documentation/xplan-benutzerhandbuch/.maven-dockerinclude | 1 +
 xplan-documentation/xplan-benutzerhandbuch/pom.xml              | 2 +-
 xplan-documentation/xplan-betriebshandbuch/.maven-dockerinclude | 1 +
 xplan-documentation/xplan-betriebshandbuch/pom.xml              | 2 +-
 4 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 xplan-documentation/xplan-benutzerhandbuch/.maven-dockerinclude
 create mode 100644 xplan-documentation/xplan-betriebshandbuch/.maven-dockerinclude

diff --git a/xplan-documentation/xplan-benutzerhandbuch/.maven-dockerinclude b/xplan-documentation/xplan-benutzerhandbuch/.maven-dockerinclude
new file mode 100644
index 000000000..f1901c650
--- /dev/null
+++ b/xplan-documentation/xplan-benutzerhandbuch/.maven-dockerinclude
@@ -0,0 +1 @@
+target/html/**
\ No newline at end of file
diff --git a/xplan-documentation/xplan-benutzerhandbuch/pom.xml b/xplan-documentation/xplan-benutzerhandbuch/pom.xml
index 0e018f4e3..15a70aa73 100644
--- a/xplan-documentation/xplan-benutzerhandbuch/pom.xml
+++ b/xplan-documentation/xplan-benutzerhandbuch/pom.xml
@@ -88,7 +88,7 @@
       <id>docker</id>
       <properties>
         <docker-image.skip>false</docker-image.skip>
-        <docker-contextTarFile.expectedSizeInMat10pct>10</docker-contextTarFile.expectedSizeInMat10pct>
+        <docker-contextTarFile.expectedSizeInMat10pct>1</docker-contextTarFile.expectedSizeInMat10pct>
       </properties>
     </profile>
   </profiles>
diff --git a/xplan-documentation/xplan-betriebshandbuch/.maven-dockerinclude b/xplan-documentation/xplan-betriebshandbuch/.maven-dockerinclude
new file mode 100644
index 000000000..f1901c650
--- /dev/null
+++ b/xplan-documentation/xplan-betriebshandbuch/.maven-dockerinclude
@@ -0,0 +1 @@
+target/html/**
\ No newline at end of file
diff --git a/xplan-documentation/xplan-betriebshandbuch/pom.xml b/xplan-documentation/xplan-betriebshandbuch/pom.xml
index 7be9cbcad..d089ea519 100644
--- a/xplan-documentation/xplan-betriebshandbuch/pom.xml
+++ b/xplan-documentation/xplan-betriebshandbuch/pom.xml
@@ -46,7 +46,7 @@
       <id>docker</id>
       <properties>
         <docker-image.skip>false</docker-image.skip>
-        <docker-contextTarFile.expectedSizeInMat10pct>18</docker-contextTarFile.expectedSizeInMat10pct>
+        <docker-contextTarFile.expectedSizeInMat10pct>3</docker-contextTarFile.expectedSizeInMat10pct>
       </properties>
     </profile>
     <profile>
-- 
GitLab