Skip to content

Commit

Permalink
Fix documented output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Jan 23, 2024
1 parent c61c83e commit 1d79408
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/site-docs/apt/index.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 1d79408

Please sign in to comment.