Open
Bug 2011117
Opened 6 days ago
Updated 6 days ago
Geckoview mach build: Maven publication 'debug' pom metadata warnings
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(Not tracked)
ASSIGNED
People
(Reporter: cswilson252, Assigned: cswilson252)
Details
Got this warning when running ./mach build with Geckoview Artifact Builds for the first time on a device:
6:17.19 Maven publication 'debug' pom metadata warnings (silence with 'suppressPomMetadataWarningsFor(variant)'):
6:17.19 - Variant debugVariantDebugApiPublication:
6:17.19 - Declares capability org.mozilla.geckoview:geckoview-default-omni:66.2.0 which cannot be mapped to Maven
6:17.19 - Declares capability org.mozilla.telemetry:glean-native:66.2.0 which cannot be mapped to Maven
6:17.20 - Variant debugVariantDebugRuntimePublication:
6:17.20 - Declares capability org.mozilla.geckoview:geckoview-default-omni:66.2.0 which cannot be mapped to Maven
6:17.20 - Declares capability org.mozilla.telemetry:glean-native:66.2.0 which cannot be mapped to Maven
6:17.20 - Declares capability org.mozilla.geckoview:geckoview:66.2.0 which cannot be mapped to Maven
6:17.20 These issues indicate information that is lost in the published 'pom' metadata file, which may be an issue if the published library is consumed by an old Gradle version or Apache Maven.
6:17.21 The 'module' metadata file, which is used by Gradle 6+ is not affected.
Comment 1•6 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Firefox Build System::Android Studio and Gradle Integration' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → Android Studio and Gradle Integration
| Assignee | ||
Updated•6 days ago
|
Assignee: nobody → tqpcharlie
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•