gaurav
09/12/2025, 3:49 PMimplementation '<sample-dependency>'
in a child module by getting all dependencies from dependency management of root pom.xml. Is there an easy fast way to achieve the end result here?
P.S. Other teams dont want to move to gradle and parent pom will also remain in maven, hence want to navigate this situation for my team to get incremental compilation support to a big child module where changing small things leads to recompiling of 10k+ classes. 🙏Benedikt Ritter
09/12/2025, 5:26 PMgaurav
09/15/2025, 9:36 AM<parent>
<artifactId>pp-parent-pom</artifactId>
<groupId><http://com.org|com.org></groupId>
<version>0.116</version>
</parent>
2. <dependencyManagement> and <dependencies> and plugins blockgaurav
09/15/2025, 9:37 AM