You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/05/03 01:36:05 UTC

svn commit: r1742049 - /maven/pom/trunk/asf/src/site-docs/apt/index.apt.vm

Author: hboutemy
Date: Mon May  2 23:36:05 2016
New Revision: 1742049

URL: http://svn.apache.org/viewvc?rev=1742049&view=rev
Log:
be more explicit on sourceReleaseAssemblyDescriptor property default value meaning and other available values

Modified:
    maven/pom/trunk/asf/src/site-docs/apt/index.apt.vm

Modified: maven/pom/trunk/asf/src/site-docs/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/src/site-docs/apt/index.apt.vm?rev=1742049&r1=1742048&r2=1742049&view=diff
==============================================================================
--- maven/pom/trunk/asf/src/site-docs/apt/index.apt.vm (original)
+++ maven/pom/trunk/asf/src/site-docs/apt/index.apt.vm Mon May  2 23:36:05 2016
@@ -94,7 +94,8 @@ The <<<apache-release>>> Profile
     is in the dependencies, and an execution is configured. The plugin
     is configured to take a <<<descriptorRef>>> name from the
     <<sourceReleaseAssemblyDescriptor>> property, which by default is
-    set to <<<source-release>>>.
+    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.
 
  * maven-deploy-plugin