From 29d88fa58496c935924cd70864c7f4d861ca8634 Mon Sep 17 00:00:00 2001 From: Asjad J <97493880+Asjad-J@users.noreply.github.com> Date: Tue, 14 Jun 2022 10:21:02 +0500 Subject: [PATCH] Updated README.md added link back to the article: https://www.baeldung.com/maven-encoding --- maven-modules/maven-properties/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/maven-modules/maven-properties/README.md b/maven-modules/maven-properties/README.md index 75ae24d215..a5c5d8c83f 100644 --- a/maven-modules/maven-properties/README.md +++ b/maven-modules/maven-properties/README.md @@ -7,3 +7,4 @@ have their own dedicated modules. - [Accessing Maven Properties in Java](https://www.baeldung.com/java-accessing-maven-properties) - [Default Values for Maven Properties](https://www.baeldung.com/maven-properties-defaults) +- [A Guide to Maven Encoding](https://www.baeldung.com/maven-encoding)