Skip to content

Commit

Permalink
Merge branch 'main' into honor-pcfiledir-in-pkgconfig-files
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio-costas authored Jan 16, 2025
2 parents 726bcbd + 563e5a9 commit 79ca8cc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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
1 change: 1 addition & 0 deletions docs/common/craft-parts/craft-parts.wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,7 @@ distro
distros
dl
dnf
docstring
dotnet
dst
emacs
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ Bug fixes:
source changes.
- Preserve the ``pcfiledir`` tag in ``pkgconfig`` files.

Documentation:

- Correct the Maven plugin docstring to refer to Maven from Go.

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

Expand Down

0 comments on commit 79ca8cc

Please sign in to comment.