From 592bcb1da494ec3e52b6a9f00b880a8004f1d9a8 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Tue, 3 May 2022 15:11:53 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/maven-disable-parent-pom-plugin --- maven-modules/maven-parent-pom-resolution/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-modules/maven-parent-pom-resolution/README.md b/maven-modules/maven-parent-pom-resolution/README.md index b315b2f626..ec4ef41149 100644 --- a/maven-modules/maven-parent-pom-resolution/README.md +++ b/maven-modules/maven-parent-pom-resolution/README.md @@ -1,3 +1,4 @@ ### Relevant Articles: - [Understanding Maven’s “relativePath” Tag for a Parent POM](https://www.baeldung.com/maven-relativepath) +- [How to Disable a Maven Plugin Defined in a Parent POM](https://www.baeldung.com/maven-disable-parent-pom-plugin)