From a8a0ced6109c3a095413e12cb3109b1b2cd0e0b1 Mon Sep 17 00:00:00 2001 From: hippy Date: Sun, 16 Nov 2025 16:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HELP.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 HELP.md diff --git a/HELP.md b/HELP.md new file mode 100644 index 0000000..63761d7 --- /dev/null +++ b/HELP.md @@ -0,0 +1,16 @@ +# Getting Started + +### Reference Documentation +For further reference, please consider the following sections: + +* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html) +* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/3.5.7/maven-plugin) +* [Create an OCI image](https://docs.spring.io/spring-boot/3.5.7/maven-plugin/build-image.html) + +### Maven Parent overrides + +Due to Maven's design, elements are inherited from the parent POM to the project POM. +While most of the inheritance is fine, it also inherits unwanted elements like `` and `` from the parent. +To prevent this, the project POM contains empty overrides for these elements. +If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides. +