From 21419d7625db8c12d3ac96b7520bdc515722db24 Mon Sep 17 00:00:00 2001
From: "Saralegui Vallejo, Unai" <unai.saralegui@tecnalia.com>
Date: Tue, 13 Apr 2021 09:53:47 +0200
Subject: [PATCH] Update README.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9ddb1bc..b454533 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).
-- 
GitLab