From 48ae87ce6a3dd0a171eada6f6bfbb37c75c21454 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Mon, 18 Sep 2023 18:38:06 +0200 Subject: [PATCH] Explain what pTML is --- Build-from-Source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build-from-Source.md b/Build-from-Source.md index ed3022c..e16c9cf 100644 --- a/Build-from-Source.md +++ b/Build-from-Source.md @@ -51,7 +51,7 @@ If you need to publish Spring Framework artifacts locally for testing, you can d ./gradlew pTML -PskipDocs ``` -The `"skipDocs"` property will skip the "documentation" and "distribution" tasks (typically, the javadoc, kdoc and zip artifacts for docs in general). This can be useful for local iterations, but it is advised to run the full build before submitting a Pull Request. +`pTML` is an abbreviation for the `publishToMavenLocal` task. The `skipDocs` property will skip the "documentation" and "distribution" tasks (typically, the javadoc, kdoc and zip artifacts for docs in general). This can be useful for local iterations, but it is advised to run the full build before submitting a Pull Request. To install all Spring Framework jars in your local Maven repository, use the following.