diff --git a/README.md b/README.md
index 9ddb1bcfb011ea224ec1ebe1fb362651ad117e38..b4545336e6c911b5055a92e441f05aadb18058fd 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ create gitlab-ci.yml with:
   - remote: 'https://git.code.tecnalia.com/digicon-webxr-store/ci-files/-/raw/master/project-maven-azure-docker/gitlab-ci.yml'
 ```
 
-# Python projects
+# Maven packages
+
+You can find individual maven jobs for build, test and deploy to artifactoy. Check for instructions on how to set up the required jobs in the [maven configuration Readme](maven-packages/README.md).
+
+# Python packages
 
 Python project CI's are set up to perform virtualenv generation, test running, documentation generation with gitlab pages and artifactory deploy. Check for instructions on how to set up the required jobs in the [python configuration Readme](python-packages/README.md).