Add missing plugins to documentation site#5609
Merged
Conversation
Co-authored-by: laeubi <1331477+laeubi@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix missing tycho dependency tools plugin in documentation
Add missing plugins to documentation site
Nov 13, 2025
Test Results1 029 files 1 029 suites 6h 19m 47s ⏱️ Results for commit 927bab5. |
eclipse-tycho-bot
pushed a commit
that referenced
this pull request
Nov 13, 2025
* Initial plan * Add missing plugins to documentation (site.xml and index.md) Co-authored-by: laeubi <1331477+laeubi@users.noreply.github.com> * Update index.md * Update site.xml --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: laeubi <1331477+laeubi@users.noreply.github.com> Co-authored-by: Christoph Läubrich <laeubi@laeubi-soft.de> (cherry picked from commit 8a332f2)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
eclipse-tycho-bot
pushed a commit
that referenced
this pull request
Nov 13, 2025
* Initial plan * Add missing plugins to documentation (site.xml and index.md) Co-authored-by: laeubi <1331477+laeubi@users.noreply.github.com> * Update index.md * Update site.xml --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: laeubi <1331477+laeubi@users.noreply.github.com> Co-authored-by: Christoph Läubrich <laeubi@laeubi-soft.de> (cherry picked from commit 8a332f2)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Several Tycho plugins were missing from the generated documentation site, including
tycho-dependency-tools-pluginwhich provides dependency analysis tools (list-dependencies,generate-target,usagemojos).Changes
Added to site navigation and overview (
src/site/site.xml,src/site/markdown/index.md):tycho-dependency-tools-plugin- dependency analysis and target generationtycho-custom-bundle-plugin- attach custom OSGi bundles with classifierstycho-maven-plugin- build extension providing lifecycle bindingsp2-maven-plugin- P2 integration for Maven artifact handlerstycho-repository-plugin- create OSGi repositoriesAll plugins added to "Other Tycho Plugins" section in alphabetical order with mojo documentation links.
Impact
Users can now discover and access documentation for all Tycho plugins from the main documentation site at https://tycho.eclipseprojects.io/doc/main/index.html
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.