Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Duplicate
-
4.0.0-beta-5
-
None
-
None
-
Ubuntu Noble, Java 21
Description
Check out https://github.com/jenkinsci/artifact-manager-s3-plugin/commit/342fb0718408be735e211c3740f6e5b0bb58ede1 and run mvn clean verify with 4.0.0-beta-5. Fails with
[ERROR] Failed to execute goal org.jenkins-ci.tools:maven-hpi-plugin:3.57:test-hpl (default-test-hpl) on project artifact-manager-s3: Error preparing the manifest: Failed to open artifact org.apache.tika:tika-core:jar:2.9.2:compile at ~/.m2/repository/org/apache/tika/tika-core/2.9.2/tika-core-2.9.2.jar: org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs: 1 problem was for org.apache.tika:tika-core:bundle:2.9.2 [ERROR] - [ERROR] Unknown packaging: bundle @ line 33, column 3
Regression compared to 3.9.9. A similar-sounding error can be seen in many other Jenkins plugin repos, for example using args4j:args4j.
Attachments
Issue Links
- duplicates
-
MNG-8336 Cannot parse POM <packaging>bundle</packaging>
- Closed