diff --git a/.gitignore b/.gitignore
index 65f20b15..50b7c0df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@ target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
+src/main/resources/install-files
### IntelliJ IDEA ###
.idea/
diff --git a/pom.xml b/pom.xml
index e6090c68..760433a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -56,6 +56,7 @@
1.0.6-SNAPSHOT
10.12.5
3.3.1
+ 1.7.1
@@ -239,6 +240,37 @@
+
+ com.googlecode.maven-download-plugin
+ download-maven-plugin
+ ${maven.download.plugin.version}
+
+
+ get-odh-latest
+ generate-sources
+
+ wget
+
+
+ https://raw.githubusercontent.com/skodjob/deployment-hub/main/open-data-hub/install/deploy.yaml
+ ${project.resources[0].directory}/install-files
+ latest.yaml
+
+
+
+ get-odh-released
+ generate-sources
+
+ wget
+
+
+ https://gist.githubusercontent.com/Frawless/51ab2d3b9fcdcf4348c0c46a4785dfaf/raw/b54e22385b455c0538c5bbc90fc221d68fcd4e09/odh
+ ${project.resources[0].directory}/install-files
+ released.yaml
+
+
+
+
diff --git a/src/main/java/io/odh/test/install/BundleInstall.java b/src/main/java/io/odh/test/install/BundleInstall.java
new file mode 100644
index 00000000..bef4e54c
--- /dev/null
+++ b/src/main/java/io/odh/test/install/BundleInstall.java
@@ -0,0 +1,8 @@
+/*
+ * Copyright Skodjob authors.
+ * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
+ */
+package io.odh.test.install;
+
+public class BundleInstall {
+}
diff --git a/src/main/java/io/odh/test/install/OlmInstall.java b/src/main/java/io/odh/test/install/OlmInstall.java
new file mode 100644
index 00000000..f84ed032
--- /dev/null
+++ b/src/main/java/io/odh/test/install/OlmInstall.java
@@ -0,0 +1,8 @@
+/*
+ * Copyright Skodjob authors.
+ * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
+ */
+package io.odh.test.install;
+
+public class OlmInstall {
+}