Commit f3fdc0b
Fix Maven Central release: add <name> to cn1-ai-* child POMs (#5081)
Sonatype Central rejected the 7.0.245 release bundle with "Project name
is missing" for 78 of the cn1-ai-* child POMs (mlkit subprojects,
stablediffusion, tflite, whisper). The aggregator POMs carried <name>,
but every common/ios/android/javase/javascript/lib child was missing it.
Maven does not inherit <name> from a parent, so the bundle failed
validation as a unit and nothing reached Maven Central.
Add <name>Codename One AI: ${artifactId}</name> to each affected child
POM, matching the aggregator naming convention. Other publish-required
descriptors (description, url, scm, licenses, developers) are inherited
from the root POM and were not flagged.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent ae7aeb4 commit f3fdc0b
78 files changed
Lines changed: 78 additions & 0 deletions
File tree
- maven
- cn1-ai-mlkit-barcode
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-docscan
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-face
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-labeling
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-langid
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-pose
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-segmentation
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-smartreply
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-text
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-mlkit-translate
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-stablediffusion
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-tflite
- android
- common
- ios
- javascript
- javase
- lib
- cn1-ai-whisper
- android
- common
- ios
- javascript
- javase
- lib
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments