diff --git a/pom.xml b/pom.xml
index c6800b4746..6d2ebaf5b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,6 +425,24 @@
+
+ copy-google-assistant-images
+ process-resources
+
+ copy-resources
+
+
+ ${basedir}/_addons_ios/ext/google-assistant
+
+
+ ${basedir}/.external-resources/openhab-google-assistant/docs
+
+ images/*.png
+
+
+
+
+
@@ -476,6 +494,17 @@
${basedir}/_addons_ios/ext/alexa-skill/readme.md
+
+ copy-oh-google-assistant-docs
+ process-resources
+
+ copy
+
+
+ ${basedir}/.external-resources/openhab-google-assistant/docs/USAGE.md
+ ${basedir}/_addons_ios/ext/google-assistant/readme.md
+
+
diff --git a/update-external-resources.sh b/update-external-resources.sh
index 5ebb019543..67a9991eb7 100755
--- a/update-external-resources.sh
+++ b/update-external-resources.sh
@@ -53,6 +53,7 @@ pull_or_clone_repo "openhabian" "openhab/openhabian.git"
pull_or_clone_repo "openhab-alexa" "openhab/openhab-alexa.git"
pull_or_clone_repo "openhab-mycroft" "openhab/openhab-mycroft.git"
pull_or_clone_repo "openhab-android" "openhab/openhab-android.git"
+pull_or_clone_repo "openhab-google-assistant" "openhab/openhab-google-assistant.git"
echo_process "Updating submodules of the 'openhab-bundles' repo... "
git -C "$resourcefolder/openhab-bundles" submodule update --recursive --remote --init