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

dependency: bump org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.26.0 #15828

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps org.apache.maven.plugins:maven-pmd-plugin from 3.24.0 to 3.26.0.

Release notes

Sourced from org.apache.maven.plugins:maven-pmd-plugin's releases.

3.26.0

📝 Documentation updates

📦 Dependency updates

NOTE: Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards Doxia 2.0.0 Stack

3.25.0

🚀 New features and improvements

🐛 Bug Fixes

  • MPMD-368 - Parameter 'localRepository' is deprecated

👻 Maintenance

📝 Documentation updates

📦 Dependency updates

💥 Breaking changes

Commits
  • b42a183 [maven-release-plugin] prepare release maven-pmd-plugin-3.26.0
  • 91f3b84 [MPMD-404] Bump PMD to 7.7.0
  • fa1c391 Bump commons-io:commons-io
  • e99d2e4 [MPMD-407] Upgrade to Doxia 2.0.0 GA Stack
  • c57895e Fix dependencies
  • 8206f9d [MPMD-405] Update release notes for 3.25.0
  • c27ea6a Bump commons-io:commons-io from 2.16.1 to 2.17.0
  • aa83766 Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
  • 413dc93 [maven-release-plugin] prepare for next development iteration
  • 3e1c8a8 [maven-release-plugin] prepare release maven-pmd-plugin-3.25.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 28, 2024
@romani
Copy link
Member

romani commented Oct 28, 2024

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.26.0:pmd (pmd) on project checkstyle: Execution pmd of goal org.apache.maven.plugins:maven-pmd-plugin:3.26.0:pmd failed: skin cannot be null -> [Help 1]

@romani
Copy link
Member

romani commented Oct 29, 2024

@romani
Copy link
Member

romani commented Nov 9, 2024

this patch:

$ git diff
diff --git a/src/site/site.xml b/src/site/site.xml
index 6ecde15..26312b4 100644
--- a/src/site/site.xml
    b/src/site/site.xml
@@ -5,6  5,11 @@
     xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0
                         https://maven.apache.org/xsd/decoration-1.8.0.xsd">
 
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-default-skin</artifactId>
     <version>1.3</version>
   </skin>
   <bannerLeft>
     <alt>Checkstyle</alt>
     <href>https://checkstyle.org</href>

pass problem above but failing:

[INFO] --- maven-pmd-plugin:3.26.0:pmd (pmd) @ checkstyle ---
[INFO] PMD version: 7.7.0
[WARNING] Site model of 'com.puppycrawl.tools:checkstyle:jar:10.20.2-SNAPSHOT' 
for default locale is still using the old pre-version 2.0.0 model. You MUST migrate to 
the new model as soon as possible otherwise your build will break in the future!
Downloading from central: https://repo.maven.apache.org/maven2/org/sonatype/
oss/oss-parent/9/oss-parent-9-site.xml
[INFO] Rendering content with org.apache.maven.skins:maven-default-skin:jar:1.3 skin
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:34 min
[INFO] Finished at: 2024-11-09T14:06:45-08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-pmd-plugin:3.26.0:pmd (pmd)
 on project checkstyle: An error has occurred in PMD report generation.:
 Failed to create context for skin: Skin does not contain template at META-INF/maven/site.vm -> [Help 1]
[ERROR]

@romani romani added the blocked label Nov 9, 2024
@romani
Copy link
Member

romani commented Nov 9, 2024

we need to migrate to new site plugin and define skin ourself , see details at #15799

Bumps [org.apache.maven.plugins:maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.24.0 to 3.26.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](apache/maven-pmd-plugin@maven-pmd-plugin-3.24.0...maven-pmd-plugin-3.26.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/org.apache.maven.plugins-maven-pmd-plugin-3.26.0 branch from 8faa728 to 71bb339 Compare November 13, 2024 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant