You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2019/11/10 11:08:14 UTC

[jmeter] branch master updated: Clarify docn

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new d2224af  Clarify docn
d2224af is described below

commit d2224af264bb8fd941dd07f5a3628f446bb05bd3
Author: Sebb <se...@apache.org>
AuthorDate: Sun Nov 10 11:08:06 2019 +0000

    Clarify docn
---
 gradle.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.md b/gradle.md
index 0cb87dc..d8d5834 100644
--- a/gradle.md
+++ b/gradle.md
@@ -141,8 +141,8 @@ build only the required jars and files.
       # publishes Maven artifact to local repository
       gw publishToMavenLocal
 
-      # Generate all pom files
-      # The resulting files are placed under build/publications folder
+      # Generate all pom files (pom-default.xml)
+      # The files are placed under the individual src/**/build/publications folders
       gw generatePom
 
 ## Release Artifacts