diff --git a/model-report/pom.xml b/model-report/pom.xml
index 6b7c918785..cb4f5a59a1 100644
--- a/model-report/pom.xml
+++ b/model-report/pom.xml
@@ -62,6 +62,7 @@
src/main/mdo/dependency-updates-report.mdo
src/main/mdo/plugin-updates-report.mdo
+ src/main/mdo/property-updates-report.mdo
${modelloNamespaceReportVersion}
diff --git a/src/site/markdown/xsd/index.md b/src/site/markdown/xsd/index.md
deleted file mode 100644
index db45b4459e..0000000000
--- a/src/site/markdown/xsd/index.md
+++ /dev/null
@@ -1,24 +0,0 @@
-title: XML schemas
-author: Slawomir Jaranowski
-date: 2022-10-17
-
-
-
-# Versions - XML schemas
-
-## dependency-updates-report.xsd
-
- - [dependency-updates-report-2.1.0.xsd](dependency-updates-report-2.1.0.xsd)
-
-## plugin-updates-report.xsd
-
- - [plugin-updates-report-2.1.0.xsd](plugin-updates-report-2.1.0.xsd)
-
-## property-updates-report.xsd
-
-- [property-updates-report-2.1.0.xsd](property-updates-report-2.1.0.xsd)
-
-## rule.xsd
-
- - [rule-2.0.0.xsd](rule-2.0.0.xsd)
- - [rule-2.1.0.xsd](rule-2.1.0.xsd)
diff --git a/src/it/it-xml-property-updates-report-001/invoker.properties b/versions-maven-plugin/src/it/it-xml-property-updates-report-001/invoker.properties
similarity index 100%
rename from src/it/it-xml-property-updates-report-001/invoker.properties
rename to versions-maven-plugin/src/it/it-xml-property-updates-report-001/invoker.properties
diff --git a/src/it/it-xml-property-updates-report-001/pom.xml b/versions-maven-plugin/src/it/it-xml-property-updates-report-001/pom.xml
similarity index 100%
rename from src/it/it-xml-property-updates-report-001/pom.xml
rename to versions-maven-plugin/src/it/it-xml-property-updates-report-001/pom.xml
diff --git a/src/it/it-xml-property-updates-report-001/verify.groovy b/versions-maven-plugin/src/it/it-xml-property-updates-report-001/verify.groovy
similarity index 100%
rename from src/it/it-xml-property-updates-report-001/verify.groovy
rename to versions-maven-plugin/src/it/it-xml-property-updates-report-001/verify.groovy