Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update docstring for maven plugin #971

Merged
merged 5 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions craft_parts/plugins/maven_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ def validate_environment(

:param part_dependencies: A list of the parts this part depends on.

:raises PluginEnvironmentValidationError: If go is invalid
and there are no parts named go.
:raises PluginEnvironmentValidationError: If maven is invalid
and there are no parts named maven-deps.
"""
version = self.validate_dependency(
dependency="mvn",
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Bug fixes:
- Make sure the :ref:`uv plugin<craft_parts_uv_plugin>` is re-entrant on
source changes.

Documentation:

- Correct maven plugin docstring to refer to Maven from Go.
mr-cal marked this conversation as resolved.
Show resolved Hide resolved

2.2.1 (2024-12-19)
------------------

Expand Down
Loading