diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm index b53c1dd7..aaf73855 100644 --- a/src/site-docs/apt/index.apt.vm +++ b/src/site-docs/apt/index.apt.vm @@ -126,7 +126,7 @@ The <<>> Profile The profile includes the following plugins: - * maven-assembly-plugin: + * : {{{/apache-resource-bundles/source-release/}org.apache.apache.resources:apache-source-release-assembly-descriptor:$context.get("version.apache-resource-bundles")}} is added as dependency, and an execution is configured with <<>> id.\ The plugin is configured to take a <<>> name from the @@ -136,27 +136,27 @@ The <<>> Profile 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 <<>> parameter for this <<>> execution id - * maven-source-plugin: configured to build and attach a source jar. + * : configured to build and attach a source jar. - * maven-javadoc-plugin: configured to build and attach a javadoc jar. + * : configured to build and attach a javadoc jar. - * maven-gpg-plugin: configured to sign everything. It expects to find + * : configured to sign everything. It expects to find a passphrase in <<<$\{gpg.passphrase\}>>>, presumably in your <<>>. - * checksum-maven-plugin: configured to create a checksum file(s) for source release as + * : configured to create a checksum file(s) for source release as required by {{{http://www.apache.org/dev/release-distribution#sigs-and-sums}Apache release distribution policy}}. [] - When doing a release with maven-release-plugin, this creates files in <<>> ready + When doing a release with , this creates files in <<>> ready to be copied to projects' {{{http://www.apache.org/dev/release-distribution}Apache <<>> release distribution}} directory: * <<<$\{artifactId\}-$\{version\}-source-release.[zip|tar.gz]>>>: the source release archive(s) - * <<<$\{artifactId\}-$\{version\}-source-release.[zip|tar.gz].sha512>>>: their checksum(s) + * <<<$\{artifactId\}-$\{version\}-source-release.[zip|tar.gz].sha512>>>: the checksum(s) - * <<<$\{artifactId\}-$\{version\}-source-release.[zip|tar.gz].asc>>>: their signature(s) + * <<<$\{artifactId\}-$\{version\}-source-release.[zip|tar.gz].asc>>>: the signature(s) []