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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new bc91125  improved documentation of source-release-assembly
bc91125 is described below

commit bc911252bf491a4e53124088bfec3320ea3cbfde
Author: HervĂ© Boutemy <[email protected]>
AuthorDate: Sat Jan 5 17:27:27 2019 +0100

    improved documentation of source-release-assembly
---
 src/site-docs/apt/index.apt.vm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index dbabf8a..b7b814f 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -93,11 +93,13 @@ The <<<apache-release>>> Profile
 
  * maven-assembly-plugin:
     
{{{/apache-resource-bundles/}org.apache.apache.resources:apache-source-release-assembly-descriptor:1.0.6}}
-    is in the dependencies, and an execution is configured. The plugin
-    is configured to take a <<<descriptorRef>>> name from the
+    is added as dependency, and an execution is configured with 
<<<source-release-assembly>>> id.\
+    The plugin is configured to take a <<<descriptorRef>>> name from the
     <<sourceReleaseAssemblyDescriptor>> property, which by default is
     set to <<<source-release>>> (zip only): you can override the property with
-    <<<source-release-zip-tar>>> (both zip and tar) or 
<<<source-release-tar>>> (tar only) values.
+    <<<source-release-zip-tar>>> (both zip and tar) or 
<<<source-release-tar>>> (tar only) values.\
+    If you want to avoid this default assembly execution to provide your own 
mechanism to produce the source release archive,
+    you can disable the execution by configuring <<<skipAssembly>>> parameter 
for this <<<source-release-assembly>>> execution id
 
  * maven-deploy-plugin: configured to activate <<<updateReleaseInfo>>>
 

Reply via email to