<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Project on Technical Blog</title><link>https://suchismita-deb.github.io/tags/project/</link><description>Recent content in Project on Technical Blog</description><generator>Hugo -- 0.111.2</generator><language>en</language><lastBuildDate>Sat, 01 Mar 2025 22:13:20 +0530</lastBuildDate><atom:link href="https://suchismita-deb.github.io/tags/project/index.xml" rel="self" type="application/rss+xml"/><item><title>Mono Repo.</title><link>https://suchismita-deb.github.io/post/learning/monorepo/</link><pubDate>Sat, 01 Mar 2025 22:13:20 +0530</pubDate><guid>https://suchismita-deb.github.io/post/learning/monorepo/</guid><description>Creating a mono repo. Mono repo means one Git repository that contains multiple projects AND is designed to be developed, built, tested, and versioned together in a controlled way.
There should be one shared build system and dependency management.
Say there are projects like product service and app service and all inside a big project then there should one pom file in the parent repo and it will contain all the modules.</description></item></channel></rss>