[
https://issues.apache.org/jira/browse/TOMEE-4454?focusedWorklogId=956375&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-956375
]
ASF GitHub Bot logged work on TOMEE-4454:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Feb/25 14:56
Start Date: 10/Feb/25 14:56
Worklog Time Spent: 10m
Work Description: rzo1 opened a new pull request, #1783:
URL: https://github.com/apache/tomee/pull/1783
The tomee-webapps are no longer deployed to a remote Maven repository, see
https://issues.apache.org/jira/browse/TOMEE-3724
As a result, their artifacts should be excluded from the BOM generation
process to prevent missing dependencies. Currently, the 10.0.0-GA BOMS are
unusable.
This PR updates the BOM generation logic to filter out web app artifacts,
ensuring that only valid, published artifacts are included.
Issue Time Tracking
-------------------
Worklog Id: (was: 956375)
Remaining Estimate: 0h
Time Spent: 10m
> Missing artifact org.apache.tomee:tomee-microprofile-webapp:jar:10.0.0
> ----------------------------------------------------------------------
>
> Key: TOMEE-4454
> URL: https://issues.apache.org/jira/browse/TOMEE-4454
> Project: TomEE
> Issue Type: Bug
> Components: TomEE Build
> Affects Versions: 10.0.0
> Reporter: Cedric Nanni
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {color:#3b3b3b}Since version 10.0.0, when using the following dependency,
> maven reports the following error {color:#800000}Missing artifact
> org.apache.tomee:tomee-microprofile-webapp:jar:10.0.0.{color}{color}
>
> {color:#800000}<dependency>{color}
> {color:#800000}<groupId>{color}{color:#3b3b3b}org.apache.tomee.bom{color}{color:#800000}</groupId>{color}
> {color:#800000}<artifactId>{color}{color:#3b3b3b}tomee-microprofile{color}{color:#800000}</artifactId>{color}
> {color:#800000}<version>{color}{color:#3b3b3b}10.0.0{color}{color:#800000}</version>{color}
> {color:#800000}</dependency>{color}
>
> {color:#800000}{color:#800000}It works for version
> {color}{color}{color:#3b3b3b}10.0.0-M3{color}
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)