This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch bugfix/fix-documented-output-directory in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit 1d794084ea8788bd68e06062fc581661228b6633 Author: Konrad Windszus <k...@apache.org> AuthorDate: Tue Jan 23 12:32:03 2024 +0100 Fix documented output directory --- src/site-docs/apt/index.apt.vm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm index b53c1dd..53163c3 100644 --- a/src/site-docs/apt/index.apt.vm +++ b/src/site-docs/apt/index.apt.vm @@ -126,7 +126,7 @@ The <<<apache-release>>> Profile The profile includes the following plugins: - * maven-assembly-plugin: + * <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 <<<source-release-assembly>>> id.\ The plugin is configured to take a <<<descriptorRef>>> name from the @@ -136,19 +136,19 @@ The <<<apache-release>>> 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 <<<skipAssembly>>> parameter for this <<<source-release-assembly>>> execution id - * maven-source-plugin: configured to build and attach a source jar. + * <maven-source-plugin>: configured to build and attach a source jar. - * maven-javadoc-plugin: configured to build and attach a javadoc jar. + * <maven-javadoc-plugin>: configured to build and attach a javadoc jar. - * maven-gpg-plugin: configured to sign everything. It expects to find + * <maven-gpg-plugin>: configured to sign everything. It expects to find a passphrase in <<<$\{gpg.passphrase\}>>>, presumably in your <<<settings.xml>>>. - * checksum-maven-plugin: configured to create a checksum file(s) for source release as + * <checksum-maven-plugin>: 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 <<<target/checkout/target>>> ready + When doing a release with <maven-release-plugin>, this creates files in <<<target>>> ready to be copied to projects' {{{http://www.apache.org/dev/release-distribution}Apache <<</dist/>>> release distribution}} directory: