You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/26 19:29:54 UTC

[felix-antora-site] 02/02: Add instructions on updating maven generated bundle-plugin docs.

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

djencks pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git

commit 8b4657f0c29a4b56076b9893b10b443365fd35d4
Author: David Jencks <dj...@apache.org>
AuthorDate: Mon Jul 26 12:27:34 2021 -0700

    Add instructions on updating maven generated bundle-plugin docs.
---
 .../ROOT/pages/development/release-management-nexus.adoc    | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/modules/ROOT/pages/development/release-management-nexus.adoc b/modules/ROOT/pages/development/release-management-nexus.adoc
index 62668a8..eed8e91 100644
--- a/modules/ROOT/pages/development/release-management-nexus.adoc
+++ b/modules/ROOT/pages/development/release-management-nexus.adoc
@@ -302,8 +302,17 @@ This procedure applies currently only to the `maven-bundle-plugin`:
 
 . Checkout the release tag of the plugin
 . Run `mvn clean package site`
-. Create a new folder for the new version at `+https://svn.apache.org/repos/asf/felix/site/trunk/content/components/bundle-plugin-archives/bundle-plugin-<version>+` and publish the generated site from `target/site` there
-. Remove the previous documentation from `components/bundle-plugin` and SVN-copy the new version there as well
+. Clone this https://github.com/apache/felix-antora-site.git[] repository.
+. Create a new directory for the new version  `modules/ROOT/attachments/components/bundle-plugin-archives/bundle-plugin-<version>`.
+. Run `git rm modules/ROOT/attachments/components/bundle-plugin/*`.
+. Copy the maven-generated `target/site` contents to the `bundle-plugin` and `bundle-plugin-<version>` directories.
+. `git add` the new content.
+. Commit and push.
+
+=== Previously undocumented apidocs
+
+Several subprojects appear to have generated javadoc for various versions under `modules/ROOT/attachments/apidocs`.
+There are no evident instructions on when or how to update these.
 
 == Create an Announcement